4 compatible = "brcm,bcm3384", "brcm,bcm33843";
7 device_type = "memory";
9 /* Typical range. The bootloader should fill this in. */
10 reg = <0x0 0x08000000>;
17 /* On BMIPS5000 this is 1/8th of the CPU core clock */
18 mips-hpt-frequency = <100000000>;
21 compatible = "brcm,bmips5000";
27 compatible = "brcm,bmips5000";
35 compatible = "mti,cpu-interrupt-controller";
38 #interrupt-cells = <1>;
42 periph_clk: periph_clk {
43 compatible = "fixed-clock";
45 clock-frequency = <54000000>;
57 compatible = "brcm,ubus", "simple-bus";
59 dma-ranges = <0x00000000 0x08000000 0x08000000>,
60 <0x08000000 0x00000000 0x08000000>;
62 periph_intc: periph_intc@14e00038 {
63 compatible = "brcm,bcm3380-l2-intc";
64 reg = <0x14e00038 0x4 0x14e0003c 0x4>,
65 <0x14e00340 0x4 0x14e00344 0x4>;
68 #interrupt-cells = <1>;
70 interrupt-parent = <&cpu_intc>;
74 zmips_intc: zmips_intc@104b0060 {
75 compatible = "brcm,bcm3380-l2-intc";
76 reg = <0x104b0060 0x4 0x104b0064 0x4>;
79 #interrupt-cells = <1>;
81 interrupt-parent = <&periph_intc>;
83 brcm,int-map-mask = <0xffffffff>;
86 iop_intc: iop_intc@14e00058 {
87 compatible = "brcm,bcm3380-l2-intc";
88 reg = <0x14e00058 0x4 0x14e0005c 0x4>;
91 #interrupt-cells = <1>;
93 interrupt-parent = <&cpu_intc>;
95 brcm,int-map-mask = <0xffffffff>;
98 uart0: serial@14e00520 {
99 compatible = "brcm,bcm6345-uart";
100 reg = <0x14e00520 0x18>;
101 interrupt-parent = <&periph_intc>;
103 clocks = <&periph_clk>;
107 ehci0: usb@15400300 {
108 compatible = "brcm,bcm3384-ehci", "generic-ehci";
109 reg = <0x15400300 0x100>;
111 interrupt-parent = <&periph_intc>;
116 ohci0: usb@15400400 {
117 compatible = "brcm,bcm3384-ohci", "generic-ohci";
118 reg = <0x15400400 0x100>;
121 interrupt-parent = <&periph_intc>;