bcm4708-asus-rt-ac68u.dts 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Broadcom BCM470X / BCM5301X ARM platform code.
  4. * DTS for Asus RT-AC68U
  5. *
  6. * Copyright (C) 2015 Rafał Miłecki <[email protected]>
  7. */
  8. /dts-v1/;
  9. #include "bcm4708.dtsi"
  10. #include "bcm5301x-nand-cs0-bch8.dtsi"
  11. / {
  12. compatible = "asus,rt-ac68u", "brcm,bcm4708";
  13. model = "Asus RT-AC68U (BCM4708)";
  14. chosen {
  15. bootargs = "console=ttyS0,115200";
  16. };
  17. memory@0 {
  18. device_type = "memory";
  19. reg = <0x00000000 0x08000000>,
  20. <0x88000000 0x08000000>;
  21. };
  22. leds {
  23. compatible = "gpio-leds";
  24. usb2 {
  25. label = "bcm53xx:blue:usb2";
  26. gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
  27. };
  28. power {
  29. label = "bcm53xx:blue:power";
  30. gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
  31. linux,default-trigger = "default-on";
  32. };
  33. logo {
  34. label = "bcm53xx:white:logo";
  35. gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>;
  36. linux,default-trigger = "default-on";
  37. };
  38. usb3 {
  39. label = "bcm53xx:blue:usb3";
  40. gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
  41. };
  42. };
  43. gpio-keys {
  44. compatible = "gpio-keys";
  45. button-brightness {
  46. label = "Backlight";
  47. linux,code = <KEY_BRIGHTNESS_ZERO>;
  48. gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>;
  49. };
  50. button-wps {
  51. label = "WPS";
  52. linux,code = <KEY_WPS_BUTTON>;
  53. gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
  54. };
  55. button-restart {
  56. label = "Reset";
  57. linux,code = <KEY_RESTART>;
  58. gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
  59. };
  60. button-rfkill {
  61. label = "WiFi";
  62. linux,code = <KEY_RFKILL>;
  63. gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
  64. };
  65. };
  66. };
  67. &usb3_phy {
  68. status = "okay";
  69. };