bcm4709-linksys-ea9200.dts 770 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl>
  4. */
  5. /dts-v1/;
  6. #include "bcm4709.dtsi"
  7. #include "bcm5301x-nand-cs0-bch8.dtsi"
  8. / {
  9. compatible = "linksys,ea9200", "brcm,bcm4709", "brcm,bcm4708";
  10. model = "Linksys EA9200";
  11. chosen {
  12. bootargs = "console=ttyS0,115200";
  13. };
  14. memory {
  15. reg = <0x00000000 0x08000000
  16. 0x88000000 0x08000000>;
  17. };
  18. gpio-keys {
  19. compatible = "gpio-keys";
  20. #address-cells = <1>;
  21. #size-cells = <0>;
  22. wps {
  23. label = "WPS";
  24. linux,code = <KEY_WPS_BUTTON>;
  25. gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
  26. };
  27. restart {
  28. label = "Reset";
  29. linux,code = <KEY_RESTART>;
  30. gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
  31. };
  32. };
  33. };
  34. &usb3_phy {
  35. status = "okay";
  36. };