mediatek,mt7620-gsw.txt 632 B

123456789101112131415161718192021222324
  1. Mediatek Gigabit Switch
  2. =======================
  3. The mediatek gigabit switch can be found on Mediatek SoCs (mt7620, mt7621).
  4. Required properties:
  5. - compatible: Should be "mediatek,mt7620-gsw" or "mediatek,mt7621-gsw"
  6. - reg: Address and length of the register set for the device
  7. - interrupts: Should contain the gigabit switches interrupt
  8. - resets: Should contain the gigabit switches resets
  9. - reset-names: Should contain the reset names "gsw"
  10. Example:
  11. gsw@10110000 {
  12. compatible = "ralink,mt7620-gsw";
  13. reg = <0x10110000 8000>;
  14. resets = <&rstctrl 23>;
  15. reset-names = "gsw";
  16. interrupt-parent = <&intc>;
  17. interrupts = <17>;
  18. };