dlink_dsr-500n.dts 766 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * Device tree source for D-Link DSR-500N.
  3. *
  4. * Written by: Aaro Koskinen <aaro.koskinen@iki.fi>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. /include/ "dlink_dsr-500n-1000n.dtsi"
  11. #include <dt-bindings/gpio/gpio.h>
  12. / {
  13. model = "dlink,dsr-500n";
  14. compatible = "dlink,dsr-500n", "cavium,octeon-3860";
  15. soc@0 {
  16. uart0: serial@1180000000800 {
  17. clock-frequency = <300000000>;
  18. };
  19. };
  20. leds {
  21. compatible = "gpio-leds";
  22. usb {
  23. gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
  24. };
  25. wps {
  26. gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
  27. };
  28. wireless {
  29. label = "2.4g";
  30. gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
  31. };
  32. };
  33. };