bcm4708-linksys-ea6300-v1.dts 809 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 "bcm4708.dtsi"
  7. #include "bcm5301x-nand-cs0-bch8.dtsi"
  8. / {
  9. compatible = "linksys,ea6300-v1", "brcm,bcm4708";
  10. model = "Linksys EA6300 V1";
  11. chosen {
  12. bootargs = "console=ttyS0,115200";
  13. };
  14. memory@0 {
  15. device_type = "memory";
  16. reg = <0x00000000 0x08000000>;
  17. };
  18. nvram@1c080000 {
  19. compatible = "brcm,nvram";
  20. reg = <0x1c080000 0x180000>;
  21. };
  22. gpio-keys {
  23. compatible = "gpio-keys";
  24. button-wps {
  25. label = "WPS";
  26. linux,code = <KEY_WPS_BUTTON>;
  27. gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
  28. };
  29. button-restart {
  30. label = "Reset";
  31. linux,code = <KEY_RESTART>;
  32. gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
  33. };
  34. };
  35. };
  36. &usb3_phy {
  37. status = "okay";
  38. };