1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 * Copyright 2022 Broadcom Ltd.
7 #include <dt-bindings/interrupt-controller/irq.h>
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 compatible = "brcm,bcm6856", "brcm,bcmbca";
15 interrupt-parent = <&gic>;
22 compatible = "brcm,brahma-b53";
25 next-level-cache = <&L2_0>;
26 enable-method = "psci";
30 compatible = "brcm,brahma-b53";
33 next-level-cache = <&L2_0>;
34 enable-method = "psci";
43 compatible = "arm,armv8-timer";
44 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
45 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
46 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
47 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
51 compatible = "arm,cortex-a53-pmu";
52 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
53 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
54 interrupt-affinity = <&B53_0>, <&B53_1>;
60 periph_clk:periph-clk {
61 compatible = "fixed-clock";
63 clock-frequency = <200000000>;
66 hsspi_pll: hsspi-pll {
67 compatible = "fixed-factor-clock";
69 clocks = <&periph_clk>;
75 compatible = "fixed-factor-clock";
77 clocks = <&periph_clk>;
84 compatible = "arm,psci-0.2";
89 compatible = "simple-bus";
92 ranges = <0x0 0x0 0x81000000 0x8000>;
94 gic: interrupt-controller@1000 {
95 compatible = "arm,gic-400";
96 #interrupt-cells = <3>;
98 reg = <0x1000 0x1000>, /* GICD */
99 <0x2000 0x2000>, /* GICC */
100 <0x4000 0x2000>, /* GICH */
101 <0x6000 0x2000>; /* GICV */
102 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) |
103 IRQ_TYPE_LEVEL_HIGH)>;
108 compatible = "simple-bus";
109 #address-cells = <1>;
111 ranges = <0x0 0x0 0xff800000 0x800000>;
115 compatible = "brcm,bcm6345-uart";
117 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
118 clocks = <&periph_clk>;
119 clock-names = "refclk";
124 compatible = "brcm,bcm6345-wdt";
130 compatible = "brcm,bcm6345-wdt";
136 compatible = "wdt-reboot";
140 leds: led-controller@800 {
141 compatible = "brcm,bcm6858-leds";
147 gpio0: gpio-controller@500 {
148 compatible = "brcm,bcm6345-gpio";
157 gpio1: gpio-controller@504 {
158 compatible = "brcm,bcm6345-gpio";
167 gpio2: gpio-controller@508 {
168 compatible = "brcm,bcm6345-gpio";
177 gpio3: gpio-controller@50c {
178 compatible = "brcm,bcm6345-gpio";
187 gpio4: gpio-controller@510 {
188 compatible = "brcm,bcm6345-gpio";
197 gpio5: gpio-controller@514 {
198 compatible = "brcm,bcm6345-gpio";
207 gpio6: gpio-controller@518 {
208 compatible = "brcm,bcm6345-gpio";
217 gpio7: gpio-controller@51c {
218 compatible = "brcm,bcm6345-gpio";
227 hsspi: spi-controller@1000 {
228 compatible = "brcm,bcm6328-hsspi";
229 #address-cells = <1>;
231 reg = <0x1000 0x600>;
232 clocks = <&hsspi_pll>, <&hsspi_pll>;
233 clock-names = "hsspi", "pll";
234 spi-max-frequency = <100000000>;
240 nand: nand-controller@1800 {
241 compatible = "brcm,nand-bcm68360",
242 "brcm,brcmnand-v5.0",
244 reg-names = "nand", "nand-int-base", "nand-cache";
245 reg = <0x1800 0x180>,
248 parameter-page-big-endian = <0>;