2 * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
4 * Licensed under the ISC license.
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/input/input.h>
9 #include <dt-bindings/interrupt-controller/irq.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include "skeleton.dtsi"
14 interrupt-parent = <&gic>;
21 stdout-path = "serial0:115200n8";
30 compatible = "arm,cortex-a7";
36 compatible = "simple-bus";
37 ranges = <0x00000000 0x18310000 0x00008000>;
41 gic: interrupt-controller@1000 {
42 compatible = "arm,cortex-a7-gic";
43 #interrupt-cells = <3>;
46 reg = <0x1000 0x1000>,
52 compatible = "arm,armv7-timer";
53 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
54 <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
55 <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
56 <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
66 compatible = "fixed-clock";
67 clock-frequency = <40000000>;
72 compatible = "brcm,bus-axi";
73 reg = <0x18000000 0x1000>;
74 ranges = <0x00000000 0x18000000 0x00100000>;
78 #interrupt-cells = <1>;
79 interrupt-map-mask = <0x000fffff 0xffff>;
82 <0x00000000 0 &gic GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
85 <0x00001000 0 &gic GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
87 /* PCIe Controller 0 */
88 <0x00002000 0 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
89 <0x00002000 1 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
90 <0x00002000 2 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
91 <0x00002000 3 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
92 <0x00002000 4 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
93 <0x00002000 5 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
95 /* USB 2.0 Controller */
96 <0x00004000 0 &gic GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
98 /* Ethernet Controller 0 */
99 <0x00005000 0 &gic GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
102 <0x0000a000 0 &gic GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
104 /* Ethernet Controller 1 */
105 <0x0000b000 0 &gic GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
107 chipcommon: chipcommon@0 {
108 compatible = "simple-bus";
109 reg = <0x00000000 0x1000>;
112 #address-cells = <1>;
119 compatible = "ns16550a";
120 reg = <0x0300 0x100>;
121 interrupt-parent = <&gic>;
122 interrupts = <GIC_PPI 16 IRQ_TYPE_LEVEL_HIGH>;
129 reg = <0x00002000 0x1000>;
133 reg = <0x4000 0x1000>;
135 #address-cells = <1>;
139 compatible = "generic-ehci";
140 reg = <0x4000 0x1000>;
141 interrupt-parent = <&gic>;
142 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
144 #address-cells = <1>;
149 #trigger-source-cells = <0>;
154 #trigger-source-cells = <0>;
161 compatible = "generic-ohci";
162 reg = <0xd000 0x1000>;
163 interrupt-parent = <&gic>;
164 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
166 #address-cells = <1>;
171 #trigger-source-cells = <0>;
176 #trigger-source-cells = <0>;
181 gmac0: ethernet@5000 {
182 reg = <0x5000 0x1000>;
185 gmac1: ethernet@b000 {
186 reg = <0xb000 0x1000>;
190 compatible = "simple-mfd", "syscon";
191 reg = <0x00012000 0x00001000>;
194 compatible = "brcm,bcm53573-ilp";
197 clock-output-names = "ilp";