1 // SPDX-License-Identifier: GPL-2.0
5 compatible = "brcm,bcm6328";
11 mips-hpt-frequency = <160000000>;
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,bcm6328-clocks";
56 reg = <0x10000004 0x4>;
60 periph_rst: reset-controller@10000010 {
61 compatible = "brcm,bcm6345-reset";
62 reg = <0x10000010 0x4>;
66 periph_intc: interrupt-controller@10000020 {
67 compatible = "brcm,bcm6345-l1-intc";
68 reg = <0x10000020 0x10>,
72 #interrupt-cells = <1>;
74 interrupt-parent = <&cpu_intc>;
75 interrupts = <2>, <3>;
78 uart0: serial@10000100 {
79 compatible = "brcm,bcm6345-uart";
80 reg = <0x10000100 0x18>;
81 interrupt-parent = <&periph_intc>;
83 clocks = <&periph_clk>;
84 clock-names = "refclk";
88 uart1: serial@10000120 {
89 compatible = "brcm,bcm6345-uart";
90 reg = <0x10000120 0x18>;
91 interrupt-parent = <&periph_intc>;
93 clocks = <&periph_clk>;
94 clock-names = "refclk";
98 timer: syscon@10000040 {
99 compatible = "syscon";
100 reg = <0x10000040 0x2c>;
104 reboot: syscon-reboot@10000068 {
105 compatible = "syscon-reboot";
111 leds0: led-controller@10000800 {
112 #address-cells = <1>;
114 compatible = "brcm,bcm6328-leds";
115 reg = <0x10000800 0x24>;
119 periph_pwr: power-controller@10001848 {
120 compatible = "brcm,bcm6328-power-controller";
121 reg = <0x10001848 0x4>;
122 #power-domain-cells = <1>;
126 compatible = "brcm,bcm6328-ehci", "generic-ehci";
127 reg = <0x10002500 0x100>;
129 interrupt-parent = <&periph_intc>;
135 compatible = "brcm,bcm6328-ohci", "generic-ohci";
136 reg = <0x10002600 0x100>;
139 interrupt-parent = <&periph_intc>;