1 // SPDX-License-Identifier: GPL-2.0
3 * Broadcom BCM63138 DSL SoCs Device Tree
6 #include <dt-bindings/interrupt-controller/arm-gic.h>
7 #include <dt-bindings/interrupt-controller/irq.h>
9 #include "skeleton.dtsi"
12 compatible = "brcm,bcm63138";
13 model = "Broadcom BCM63138 DSL SoC";
14 interrupt-parent = <&gic>;
27 compatible = "arm,cortex-a9";
28 next-level-cache = <&L2>;
30 enable-method = "brcm,bcm63138";
35 compatible = "arm,cortex-a9";
36 next-level-cache = <&L2>;
38 enable-method = "brcm,bcm63138";
47 /* UBUS peripheral clock */
48 periph_clk: periph_clk {
50 compatible = "fixed-clock";
51 clock-frequency = <50000000>;
52 clock-output-names = "periph";
55 /* peripheral clock for system timer */
58 compatible = "fixed-factor-clock";
67 compatible = "fixed-factor-clock";
76 compatible = "simple-bus";
77 ranges = <0 0x80000000 0x784000>;
81 L2: cache-controller@1d000 {
82 compatible = "arm,pl310-cache";
83 reg = <0x1d000 0x1000>;
86 cache-size = <524288>;
88 cache-line-size = <32>;
89 interrupts = <GIC_PPI 0 IRQ_TYPE_LEVEL_HIGH>;
93 compatible = "arm,cortex-a9-scu";
94 reg = <0x1e000 0x100>;
97 gic: interrupt-controller@1e100 {
98 compatible = "arm,cortex-a9-gic";
101 #interrupt-cells = <3>;
102 #address-cells = <0>;
103 interrupt-controller;
106 global_timer: timer@1e200 {
107 compatible = "arm,cortex-a9-global-timer";
108 reg = <0x1e200 0x20>;
109 interrupts = <GIC_PPI 11 IRQ_TYPE_EDGE_RISING>;
113 local_timer: local-timer@1e600 {
114 compatible = "arm,cortex-a9-twd-timer";
115 reg = <0x1e600 0x20>;
116 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) |
117 IRQ_TYPE_EDGE_RISING)>;
121 twd_watchdog: watchdog@1e620 {
122 compatible = "arm,cortex-a9-twd-wdt";
123 reg = <0x1e620 0x20>;
124 interrupts = <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) |
125 IRQ_TYPE_LEVEL_HIGH)>;
130 compatible = "brcm,bcm63138-armpll";
131 clocks = <&periph_clk>;
132 reg = <0x20000 0xf00>;
135 pmb0: reset-controller@4800c0 {
136 compatible = "brcm,bcm63138-pmb";
137 reg = <0x4800c0 0x10>;
141 pmb1: reset-controller@4800e0 {
142 compatible = "brcm,bcm63138-pmb";
143 reg = <0x4800e0 0x10>;
148 /* Legacy UBUS base */
150 compatible = "simple-bus";
151 #address-cells = <1>;
153 ranges = <0 0xfffe8000 0x8100>;
156 compatible = "brcm,bcm6328-timer", "syscon";
160 serial0: serial@600 {
161 compatible = "brcm,bcm6345-uart";
163 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
164 clocks = <&periph_clk>;
165 clock-names = "periph";
169 serial1: serial@620 {
170 compatible = "brcm,bcm6345-uart";
172 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
173 clocks = <&periph_clk>;
174 clock-names = "periph";
179 #address-cells = <1>;
181 compatible = "brcm,nand-bcm63138", "brcm,brcmnand-v7.0", "brcm,brcmnand";
182 reg = <0x2000 0x600>, <0xf0 0x10>;
183 reg-names = "nand", "nand-int-base";
185 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
186 interrupt-names = "nand";
189 bootlut: bootlut@8000 {
190 compatible = "brcm,bcm63138-bootlut";
195 compatible = "syscon-reboot";