1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 * Copyright 2022 Broadcom Ltd.
7 #include <dt-bindings/interrupt-controller/arm-gic.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
11 compatible = "brcm,bcm6855", "brcm,bcmbca";
15 interrupt-parent = <&gic>;
23 compatible = "arm,cortex-a7";
25 next-level-cache = <&L2_0>;
26 enable-method = "psci";
31 compatible = "arm,cortex-a7";
33 next-level-cache = <&L2_0>;
34 enable-method = "psci";
39 compatible = "arm,cortex-a7";
41 next-level-cache = <&L2_0>;
42 enable-method = "psci";
51 compatible = "arm,armv7-timer";
52 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(3) | IRQ_TYPE_LEVEL_LOW)>,
53 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(3) | IRQ_TYPE_LEVEL_LOW)>,
54 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(3) | IRQ_TYPE_LEVEL_LOW)>,
55 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(3) | IRQ_TYPE_LEVEL_LOW)>;
56 arm,cpu-registers-not-fw-configured;
60 compatible = "arm,cortex-a7-pmu";
61 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
62 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
63 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
64 interrupt-affinity = <&CA7_0>, <&CA7_1>, <&CA7_2>;
70 periph_clk: periph-clk {
71 compatible = "fixed-clock";
73 clock-frequency = <200000000>;
77 compatible = "fixed-factor-clock";
79 clocks = <&periph_clk>;
84 hsspi_pll: hsspi-pll {
85 compatible = "fixed-factor-clock";
87 clocks = <&periph_clk>;
93 compatible = "fixed-factor-clock";
95 clocks = <&periph_clk>;
102 compatible = "arm,psci-0.2";
107 compatible = "simple-bus";
108 #address-cells = <1>;
110 ranges = <0 0x81000000 0x8000>;
112 gic: interrupt-controller@1000 {
113 compatible = "arm,cortex-a7-gic";
114 #interrupt-cells = <3>;
115 interrupt-controller;
116 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(3) | IRQ_TYPE_LEVEL_HIGH)>;
117 reg = <0x1000 0x1000>,
125 compatible = "simple-bus";
126 #address-cells = <1>;
128 ranges = <0 0xff800000 0x800000>;
131 uart0: serial@12000 {
132 compatible = "arm,pl011", "arm,primecell";
133 reg = <0x12000 0x1000>;
134 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
135 clocks = <&uart_clk>, <&uart_clk>;
136 clock-names = "uartclk", "apb_pclk";
141 compatible = "brcm,bcm6345-wdt";
147 compatible = "brcm,bcm6345-wdt";
153 compatible = "wdt-reboot";
157 gpio0: gpio-controller@500 {
158 compatible = "brcm,bcm6345-gpio";
167 gpio1: gpio-controller@504 {
168 compatible = "brcm,bcm6345-gpio";
177 gpio2: gpio-controller@508 {
178 compatible = "brcm,bcm6345-gpio";
187 gpio3: gpio-controller@50c {
188 compatible = "brcm,bcm6345-gpio";
197 gpio4: gpio-controller@510 {
198 compatible = "brcm,bcm6345-gpio";
207 gpio5: gpio-controller@514 {
208 compatible = "brcm,bcm6345-gpio";
217 gpio6: gpio-controller@518 {
218 compatible = "brcm,bcm6345-gpio";
227 gpio7: gpio-controller@51c {
228 compatible = "brcm,bcm6345-gpio";
237 nand: nand-controller@1800 {
238 compatible = "brcm,nand-bcm6753",
239 "brcm,brcmnand-v5.0",
241 reg-names = "nand", "nand-int-base", "nand-cache";
242 reg = <0x1800 0x180>,
245 parameter-page-big-endian = <0>;
250 leds: led-controller@3000 {
251 compatible = "brcm,bcm6753-leds";
252 reg = <0x3000 0x3480>;