ralink,rt3050-esw.txt 848 B

123456789101112131415161718192021222324252627282930
  1. Ralink Fast Ethernet Embedded Switch
  2. ====================================
  3. The ralink fast ethernet embedded switch can be found on Ralink and Mediatek
  4. SoCs (RT3x5x, RT5350, MT76x8).
  5. Required properties:
  6. - compatible: Should be "ralink,rt3050-esw"
  7. - reg: Address and length of the register set for the device
  8. - interrupts: Should contain the embedded switches interrupt
  9. - resets: Should contain the embedded switches resets
  10. - reset-names: Should contain the reset names "esw"
  11. Optional properties:
  12. - ralink,portmap: can be used to choose if the default switch setup is
  13. llllw or wllll
  14. - ralink,led_polarity: override the active high/low settings of the leds
  15. Example:
  16. esw@10110000 {
  17. compatible = "ralink,rt3050-esw";
  18. reg = <0x10110000 8000>;
  19. resets = <&rstctrl 23>;
  20. reset-names = "esw";
  21. interrupt-parent = <&intc>;
  22. interrupts = <17>;
  23. };