ralink,rt3050-esw.txt 962 B

1234567891011121314151617181920212223242526272829303132
  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. - interrupt-parent: Should be the phandle for the interrupt controller
  9. that services interrupts for this device
  10. - interrupts: Should contain the embedded switches interrupt
  11. - resets: Should contain the embedded switches resets
  12. - reset-names: Should contain the reset names "esw"
  13. Optional properties:
  14. - ralink,portmap: can be used to choose if the default switch setup is
  15. llllw or wllll
  16. - ralink,led_polarity: override the active high/low settings of the leds
  17. Example:
  18. esw@10110000 {
  19. compatible = "ralink,rt3050-esw";
  20. reg = <0x10110000 8000>;
  21. resets = <&rstctrl 23>;
  22. reset-names = "esw";
  23. interrupt-parent = <&intc>;
  24. interrupts = <17>;
  25. };