comtrend,ar-5387un.dts 990 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
  4. */
  5. /dts-v1/;
  6. #include "brcm,bcm6328.dtsi"
  7. / {
  8. model = "Comtrend AR-5387un";
  9. compatible = "comtrend,ar5387-un", "brcm,bcm6328";
  10. aliases {
  11. serial0 = &uart0;
  12. };
  13. chosen {
  14. stdout-path = "serial0:115200n8";
  15. };
  16. };
  17. &ehci {
  18. status = "okay";
  19. };
  20. &leds {
  21. status = "okay";
  22. led@1 {
  23. reg = <1>;
  24. label = "AR-5387un:red:inet";
  25. };
  26. led@4 {
  27. reg = <4>;
  28. label = "AR-5387un:red:power";
  29. };
  30. led@7 {
  31. reg = <7>;
  32. label = "AR-5387un:green:inet";
  33. };
  34. led@8 {
  35. reg = <8>;
  36. label = "AR-5387un:green:power";
  37. };
  38. led@11 {
  39. reg = <11>;
  40. active-low;
  41. label = "AR-5387un:green:dsl";
  42. };
  43. };
  44. &ohci {
  45. status = "okay";
  46. };
  47. &spi {
  48. status = "okay";
  49. spi-flash@0 {
  50. compatible = "spi-flash";
  51. reg = <0>;
  52. #address-cells = <1>;
  53. #size-cells = <1>;
  54. spi-max-frequency = <33333334>;
  55. };
  56. };
  57. &uart0 {
  58. u-boot,dm-pre-reloc;
  59. status = "okay";
  60. };
  61. &usbh {
  62. status = "okay";
  63. };