bcm4709-linksys-ea9200.dts 852 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright (C) 2017 Rafał Miłecki <[email protected]>
  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@0 {
  15. device_type = "memory";
  16. reg = <0x00000000 0x08000000>,
  17. <0x88000000 0x08000000>;
  18. };
  19. nvram@1c080000 {
  20. compatible = "brcm,nvram";
  21. reg = <0x1c080000 0x180000>;
  22. };
  23. gpio-keys {
  24. compatible = "gpio-keys";
  25. button-wps {
  26. label = "WPS";
  27. linux,code = <KEY_WPS_BUTTON>;
  28. gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
  29. };
  30. button-restart {
  31. label = "Reset";
  32. linux,code = <KEY_RESTART>;
  33. gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
  34. };
  35. };
  36. };
  37. &usb3_phy {
  38. status = "okay";
  39. };