1 // SPDX-License-Identifier: GPL-2.0
5 compatible = "brcm,bcm3384", "brcm,bcm33843";
8 device_type = "memory";
10 /* Typical range. The bootloader should fill this in. */
11 reg = <0x0 0x08000000>;
18 /* On BMIPS5000 this is 1/8th of the CPU core clock */
19 mips-hpt-frequency = <100000000>;
22 compatible = "brcm,bmips5000";
28 compatible = "brcm,bmips5000";
36 compatible = "mti,cpu-interrupt-controller";
39 #interrupt-cells = <1>;
43 periph_clk: periph_clk {
44 compatible = "fixed-clock";
46 clock-frequency = <54000000>;
58 compatible = "brcm,ubus", "simple-bus";
60 dma-ranges = <0x00000000 0x08000000 0x08000000>,
61 <0x08000000 0x00000000 0x08000000>;
63 periph_intc: periph_intc@14e00038 {
64 compatible = "brcm,bcm3380-l2-intc";
65 reg = <0x14e00038 0x4 0x14e0003c 0x4>,
66 <0x14e00340 0x4 0x14e00344 0x4>;
69 #interrupt-cells = <1>;
71 interrupt-parent = <&cpu_intc>;
75 zmips_intc: zmips_intc@104b0060 {
76 compatible = "brcm,bcm3380-l2-intc";
77 reg = <0x104b0060 0x4 0x104b0064 0x4>;
80 #interrupt-cells = <1>;
82 interrupt-parent = <&periph_intc>;
84 brcm,int-map-mask = <0xffffffff>;
87 iop_intc: iop_intc@14e00058 {
88 compatible = "brcm,bcm3380-l2-intc";
89 reg = <0x14e00058 0x4 0x14e0005c 0x4>;
92 #interrupt-cells = <1>;
94 interrupt-parent = <&cpu_intc>;
96 brcm,int-map-mask = <0xffffffff>;
99 uart0: serial@14e00520 {
100 compatible = "brcm,bcm6345-uart";
101 reg = <0x14e00520 0x18>;
102 interrupt-parent = <&periph_intc>;
104 clocks = <&periph_clk>;
108 ehci0: usb@15400300 {
109 compatible = "brcm,bcm3384-ehci", "generic-ehci";
110 reg = <0x15400300 0x100>;
112 interrupt-parent = <&periph_intc>;
117 ohci0: usb@15400400 {
118 compatible = "brcm,bcm3384-ohci", "generic-ohci";
119 reg = <0x15400400 0x100>;
122 interrupt-parent = <&periph_intc>;