bcm47081-buffalo-wzr-900dhp.dts 706 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * Broadcom BCM470X / BCM5301X ARM platform code.
  3. * DTS for Buffalo WZR-900DHP
  4. *
  5. * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com>
  6. *
  7. * Licensed under the GNU/GPL. See COPYING for details.
  8. */
  9. /dts-v1/;
  10. #include "bcm47081.dtsi"
  11. #include "bcm5301x-nand-cs0-bch8.dtsi"
  12. / {
  13. compatible = "buffalo,wzr-900dhp", "brcm,bcm47081", "brcm,bcm4708";
  14. model = "Buffalo WZR-900DHP (BCM47081)";
  15. chosen {
  16. bootargs = "console=ttyS0,115200";
  17. };
  18. memory {
  19. reg = <0x00000000 0x08000000>;
  20. };
  21. gpio-keys {
  22. compatible = "gpio-keys";
  23. #address-cells = <1>;
  24. #size-cells = <0>;
  25. restart {
  26. label = "Reset";
  27. linux,code = <KEY_RESTART>;
  28. gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
  29. };
  30. };
  31. };