1 // SPDX-License-Identifier: GPL-2.0
5 compatible = "brcm,bcm6368";
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,bcm6368-clocks";
56 reg = <0x10000004 0x4>;
60 periph_cntl: syscon@100000008 {
61 compatible = "syscon";
62 reg = <0x10000000 0xc>;
66 reboot: syscon-reboot@10000008 {
67 compatible = "syscon-reboot";
68 regmap = <&periph_cntl>;
73 periph_intc: interrupt-controller@10000020 {
74 compatible = "brcm,bcm6345-l1-intc";
75 reg = <0x10000020 0x10>,
79 #interrupt-cells = <1>;
81 interrupt-parent = <&cpu_intc>;
82 interrupts = <2>, <3>;
85 leds0: led-controller@100000d0 {
88 compatible = "brcm,bcm6358-leds";
89 reg = <0x100000d0 0x8>;
93 uart0: serial@10000100 {
94 compatible = "brcm,bcm6345-uart";
95 reg = <0x10000100 0x18>;
96 interrupt-parent = <&periph_intc>;
98 clocks = <&periph_clk>;
99 clock-names = "refclk";
103 uart1: serial@10000120 {
104 compatible = "brcm,bcm6345-uart";
105 reg = <0x10000120 0x18>;
106 interrupt-parent = <&periph_intc>;
108 clocks = <&periph_clk>;
109 clock-names = "refclk";
114 compatible = "brcm,bcm6368-ehci", "generic-ehci";
115 reg = <0x10001500 0x100>;
117 interrupt-parent = <&periph_intc>;
123 compatible = "brcm,bcm6368-ohci", "generic-ohci";
124 reg = <0x10001600 0x100>;
127 interrupt-parent = <&periph_intc>;