TDW8980.dts 586 B

12345678910111213141516171819202122232425262728293031323334
  1. /dts-v1/;
  2. #include "TDW89X0.dtsi"
  3. / {
  4. model = "TDW8980 - TP-LINK TD-W8980";
  5. fpi@10000000 {
  6. gpio: pinmux@E100B10 {
  7. state_default: pinmux {
  8. pci_rst {
  9. lantiq,pins = "io21";
  10. lantiq,output = <1>;
  11. lantiq,open-drain;
  12. };
  13. };
  14. };
  15. pci@E105400 {
  16. status = "okay";
  17. lantiq,bus-clock = <33333333>;
  18. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  19. interrupt-map = <0x7000 0 0 1 &icu0 30 1>;
  20. gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
  21. };
  22. };
  23. gpio-leds {
  24. wifi2 {
  25. label = "tdw8980:green:wlan5ghz";
  26. gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
  27. };
  28. };
  29. };