1 // SPDX-License-Identifier: GPL-2.0
5 compatible = "brcm,bcm6358";
11 mips-hpt-frequency = <150000000>;
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@fffe0004 {
55 compatible = "brcm,bcm6358-clocks";
56 reg = <0xfffe0004 0x4>;
60 periph_cntl: syscon@fffe0008 {
61 compatible = "syscon";
62 reg = <0xfffe0000 0x4>;
66 reboot: syscon-reboot@fffe0008 {
67 compatible = "syscon-reboot";
68 regmap = <&periph_cntl>;
73 periph_intc: interrupt-controller@fffe000c {
74 compatible = "brcm,bcm6345-l1-intc";
75 reg = <0xfffe000c 0x8>,
79 #interrupt-cells = <1>;
81 interrupt-parent = <&cpu_intc>;
82 interrupts = <2>, <3>;
85 periph_rst: reset-controller@fffe0034 {
86 compatible = "brcm,bcm6345-reset";
87 reg = <0xfffe0034 0x4>;
91 leds0: led-controller@fffe00d0 {
94 compatible = "brcm,bcm6358-leds";
95 reg = <0xfffe00d0 0x8>;
100 uart0: serial@fffe0100 {
101 compatible = "brcm,bcm6345-uart";
102 reg = <0xfffe0100 0x18>;
104 interrupt-parent = <&periph_intc>;
107 clocks = <&periph_clk>;
108 clock-names = "refclk";
113 uart1: serial@fffe0120 {
114 compatible = "brcm,bcm6345-uart";
115 reg = <0xfffe0120 0x18>;
117 interrupt-parent = <&periph_intc>;
120 clocks = <&periph_clk>;
121 clock-names = "refclk";
127 compatible = "brcm,bcm6358-ehci", "generic-ehci";
128 reg = <0xfffe1300 0x100>;
130 interrupt-parent = <&periph_intc>;
136 compatible = "brcm,bcm6358-ohci", "generic-ohci";
137 reg = <0xfffe1400 0x100>;
140 interrupt-parent = <&periph_intc>;