TDW8980.dts 598 B

1234567891011121314151617181920212223242526272829303132333435363738
  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 0>;
  21. };
  22. };
  23. ath9k_eep {
  24. ath,pci-slot = <0>;
  25. };
  26. gpio-leds {
  27. wifi2 {
  28. label = "tdw8980:green:wlan5ghz";
  29. gpios = <&gpio 24 1>;
  30. };
  31. };
  32. };