bcm63268.dtsi 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. // SPDX-License-Identifier: GPL-2.0
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. compatible = "brcm,bcm63268";
  6. cpus {
  7. #address-cells = <1>;
  8. #size-cells = <0>;
  9. mips-hpt-frequency = <200000000>;
  10. cpu@0 {
  11. compatible = "brcm,bmips4350";
  12. device_type = "cpu";
  13. reg = <0>;
  14. };
  15. cpu@1 {
  16. compatible = "brcm,bmips4350";
  17. device_type = "cpu";
  18. reg = <1>;
  19. };
  20. };
  21. clocks {
  22. periph_clk: periph-clk {
  23. compatible = "fixed-clock";
  24. #clock-cells = <0>;
  25. clock-frequency = <50000000>;
  26. };
  27. };
  28. aliases {
  29. serial0 = &uart0;
  30. serial1 = &uart1;
  31. };
  32. cpu_intc: interrupt-controller {
  33. #address-cells = <0>;
  34. compatible = "mti,cpu-interrupt-controller";
  35. interrupt-controller;
  36. #interrupt-cells = <1>;
  37. };
  38. ubus {
  39. #address-cells = <1>;
  40. #size-cells = <1>;
  41. compatible = "simple-bus";
  42. ranges;
  43. periph_cntl: syscon@10000000 {
  44. compatible = "syscon";
  45. reg = <0x10000000 0x14>;
  46. native-endian;
  47. };
  48. reboot: syscon-reboot@10000008 {
  49. compatible = "syscon-reboot";
  50. regmap = <&periph_cntl>;
  51. offset = <0x8>;
  52. mask = <0x1>;
  53. };
  54. periph_intc: interrupt-controller@10000020 {
  55. compatible = "brcm,bcm6345-l1-intc";
  56. reg = <0x10000020 0x20>,
  57. <0x10000040 0x20>;
  58. interrupt-controller;
  59. #interrupt-cells = <1>;
  60. interrupt-parent = <&cpu_intc>;
  61. interrupts = <2>, <3>;
  62. };
  63. uart0: serial@10000180 {
  64. compatible = "brcm,bcm6345-uart";
  65. reg = <0x10000180 0x18>;
  66. interrupt-parent = <&periph_intc>;
  67. interrupts = <5>;
  68. clocks = <&periph_clk>;
  69. clock-names = "refclk";
  70. status = "disabled";
  71. };
  72. uart1: serial@100001a0 {
  73. compatible = "brcm,bcm6345-uart";
  74. reg = <0x100001a0 0x18>;
  75. interrupt-parent = <&periph_intc>;
  76. interrupts = <34>;
  77. clocks = <&periph_clk>;
  78. clock-names = "refclk";
  79. status = "disabled";
  80. };
  81. leds0: led-controller@10001900 {
  82. #address-cells = <1>;
  83. #size-cells = <0>;
  84. compatible = "brcm,bcm6328-leds";
  85. reg = <0x10001900 0x24>;
  86. status = "disabled";
  87. };
  88. ehci: usb@10002500 {
  89. compatible = "brcm,bcm63268-ehci", "generic-ehci";
  90. reg = <0x10002500 0x100>;
  91. big-endian;
  92. interrupt-parent = <&periph_intc>;
  93. interrupts = <10>;
  94. status = "disabled";
  95. };
  96. ohci: usb@10002600 {
  97. compatible = "brcm,bcm63268-ohci", "generic-ohci";
  98. reg = <0x10002600 0x100>;
  99. big-endian;
  100. no-big-frame-no;
  101. interrupt-parent = <&periph_intc>;
  102. interrupts = <9>;
  103. status = "disabled";
  104. };
  105. };
  106. };