bcm4708-linksys-ea6500-v2.dts 824 B

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