1 // SPDX-License-Identifier: GPL-2.0
5 compatible = "brcm,bcm6362";
11 mips-hpt-frequency = <200000000>;
14 compatible = "brcm,bmips4350";
20 compatible = "brcm,bmips4350";
27 periph_clk: periph-clk {
28 compatible = "fixed-clock";
30 clock-frequency = <50000000>;
39 cpu_intc: interrupt-controller {
41 compatible = "mti,cpu-interrupt-controller";
44 #interrupt-cells = <1>;
51 compatible = "simple-bus";
54 clkctl: clock-controller@10000004 {
55 compatible = "brcm,bcm6362-clocks";
56 reg = <0x10000004 0x4>;
60 periph_cntl: syscon@10000008 {
61 compatible = "syscon";
62 reg = <0x10000000 0xc>;
66 reboot: syscon-reboot@10000008 {
67 compatible = "syscon-reboot";
68 regmap = <&periph_cntl>;
73 periph_rst: reset-controller@10000010 {
74 compatible = "brcm,bcm6345-reset";
75 reg = <0x10000010 0x4>;
79 periph_intc: interrupt-controller@10000020 {
80 compatible = "brcm,bcm6345-l1-intc";
81 reg = <0x10000020 0x10>,
85 #interrupt-cells = <1>;
87 interrupt-parent = <&cpu_intc>;
88 interrupts = <2>, <3>;
91 uart0: serial@10000100 {
92 compatible = "brcm,bcm6345-uart";
93 reg = <0x10000100 0x18>;
95 interrupt-parent = <&periph_intc>;
98 clocks = <&periph_clk>;
99 clock-names = "refclk";
104 uart1: serial@10000120 {
105 compatible = "brcm,bcm6345-uart";
106 reg = <0x10000120 0x18>;
108 interrupt-parent = <&periph_intc>;
111 clocks = <&periph_clk>;
112 clock-names = "refclk";
117 periph_pwr: power-controller@10001848 {
118 compatible = "brcm,bcm6362-power-controller";
119 reg = <0x10001848 0x4>;
120 #power-domain-cells = <1>;
123 leds0: led-controller@10001900 {
124 #address-cells = <1>;
126 compatible = "brcm,bcm6328-leds";
127 reg = <0x10001900 0x24>;
133 compatible = "brcm,bcm6362-ehci", "generic-ehci";
134 reg = <0x10002500 0x100>;
137 interrupt-parent = <&periph_intc>;
144 compatible = "brcm,bcm6362-ohci", "generic-ohci";
145 reg = <0x10002600 0x100>;
149 interrupt-parent = <&periph_intc>;