2 * Copyright (c) 2016 Andreas Färber
4 * This file is dual-licensed: you can use it either under the terms
5 * of the GPL or the X11 license, at your option. Note that this dual
6 * licensing only applies to this file, and not this project as a
9 * a) This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
11 * published by the Free Software Foundation; either version 2 of the
12 * License, or (at your option) any later version.
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
21 * b) Permission is hereby granted, free of charge, to any person
22 * obtaining a copy of this software and associated documentation
23 * files (the "Software"), to deal in the Software without
24 * restriction, including without limitation the rights to use,
25 * copy, modify, merge, publish, distribute, sublicense, and/or
26 * sell copies of the Software, and to permit persons to whom the
27 * Software is furnished to do so, subject to the following
30 * The above copyright notice and this permission notice shall be
31 * included in all copies or substantial portions of the Software.
33 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40 * OTHER DEALINGS IN THE SOFTWARE.
43 #include <dt-bindings/gpio/gpio.h>
44 #include <dt-bindings/interrupt-controller/irq.h>
45 #include <dt-bindings/interrupt-controller/arm-gic.h>
46 #include <dt-bindings/gpio/meson-gxbb-gpio.h>
47 #include <dt-bindings/reset/amlogic,meson-gxbb-reset.h>
50 compatible = "amlogic,meson-gxbb";
51 interrupt-parent = <&gic>;
56 #address-cells = <0x2>;
61 compatible = "arm,cortex-a53", "arm,armv8";
63 enable-method = "psci";
68 compatible = "arm,cortex-a53", "arm,armv8";
70 enable-method = "psci";
75 compatible = "arm,cortex-a53", "arm,armv8";
77 enable-method = "psci";
82 compatible = "arm,cortex-a53", "arm,armv8";
84 enable-method = "psci";
89 compatible = "arm,cortex-a53-pmu";
90 interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
91 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
92 <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
93 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
94 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
98 compatible = "arm,psci-0.2";
103 compatible = "arm,armv8-timer";
104 interrupts = <GIC_PPI 13
105 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_EDGE_RISING)>,
107 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_EDGE_RISING)>,
109 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_EDGE_RISING)>,
111 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_EDGE_RISING)>;
115 compatible = "fixed-clock";
116 clock-frequency = <24000000>;
117 clock-output-names = "xtal";
122 compatible = "simple-bus";
123 #address-cells = <2>;
127 cbus: cbus@c1100000 {
128 compatible = "simple-bus";
129 reg = <0x0 0xc1100000 0x0 0x100000>;
130 #address-cells = <2>;
132 ranges = <0x0 0x0 0x0 0xc1100000 0x0 0x100000>;
134 reset: reset-controller@4404 {
135 compatible = "amlogic,meson-gxbb-reset";
136 reg = <0x0 0x04404 0x0 0x20>;
140 uart_A: serial@84c0 {
141 compatible = "amlogic,meson-uart";
142 reg = <0x0 0x84c0 0x0 0x14>;
143 interrupts = <GIC_SPI 26 IRQ_TYPE_EDGE_RISING>;
148 uart_B: serial@84dc {
149 compatible = "amlogic,meson-uart";
150 reg = <0x0 0x84dc 0x0 0x14>;
151 interrupts = <GIC_SPI 75 IRQ_TYPE_EDGE_RISING>;
156 uart_C: serial@8700 {
157 compatible = "amlogic,meson-uart";
158 reg = <0x0 0x8700 0x0 0x14>;
159 interrupts = <GIC_SPI 93 IRQ_TYPE_EDGE_RISING>;
165 gic: interrupt-controller@c4301000 {
166 compatible = "arm,gic-400";
167 reg = <0x0 0xc4301000 0 0x1000>,
168 <0x0 0xc4302000 0 0x2000>,
169 <0x0 0xc4304000 0 0x2000>,
170 <0x0 0xc4306000 0 0x2000>;
171 interrupt-controller;
172 interrupts = <GIC_PPI 9
173 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>;
174 #interrupt-cells = <3>;
175 #address-cells = <0>;
178 aobus: aobus@c8100000 {
179 compatible = "simple-bus";
180 reg = <0x0 0xc8100000 0x0 0x100000>;
181 #address-cells = <2>;
183 ranges = <0x0 0x0 0x0 0xc8100000 0x0 0x100000>;
185 pinctrl_aobus: pinctrl@14 {
186 compatible = "amlogic,meson-gxbb-aobus-pinctrl";
187 #address-cells = <2>;
192 reg = <0x0 0x00014 0x0 0x8>,
193 <0x0 0x0002c 0x0 0x4>,
194 <0x0 0x00024 0x0 0x8>;
195 reg-names = "mux", "pull", "gpio";
200 uart_ao_a_pins: uart_ao_a {
202 groups = "uart_tx_ao_a", "uart_rx_ao_a";
203 function = "uart_ao";
208 uart_AO: serial@4c0 {
209 compatible = "amlogic,meson-uart";
210 reg = <0x0 0x004c0 0x0 0x14>;
211 interrupts = <GIC_SPI 193 IRQ_TYPE_EDGE_RISING>;
217 periphs: periphs@c8834000 {
218 compatible = "simple-bus";
219 reg = <0x0 0xc8834000 0x0 0x2000>;
220 #address-cells = <2>;
222 ranges = <0x0 0x0 0x0 0xc8834000 0x0 0x2000>;
225 compatible = "amlogic,meson-rng";
226 reg = <0x0 0x0 0x0 0x4>;
229 pinctrl_periphs: pinctrl@4b0 {
230 compatible = "amlogic,meson-gxbb-periphs-pinctrl";
231 #address-cells = <2>;
236 reg = <0x0 0x004b0 0x0 0x28>,
237 <0x0 0x004e8 0x0 0x14>,
238 <0x0 0x00120 0x0 0x14>,
239 <0x0 0x00430 0x0 0x40>;
240 reg-names = "mux", "pull", "pull-enable", "gpio";
247 groups = "emmc_nand_d07",
254 sdcard_pins: sdcard {
256 groups = "sdcard_d0",
266 uart_a_pins: uart_a {
268 groups = "uart_tx_a",
274 uart_b_pins: uart_b {
276 groups = "uart_tx_b",
282 uart_c_pins: uart_c {
284 groups = "uart_tx_c",
312 hiubus: hiubus@c883c000 {
313 compatible = "simple-bus";
314 reg = <0x0 0xc883c000 0x0 0x2000>;
315 #address-cells = <2>;
317 ranges = <0x0 0x0 0x0 0xc883c000 0x0 0x2000>;
319 clkc: clock-controller@0 {
320 compatible = "amlogic,gxbb-clkc";
322 reg = <0x0 0x0 0x0 0x3db>;
327 compatible = "simple-bus";
328 reg = <0x0 0xd0000000 0x0 0x200000>;
329 #address-cells = <2>;
331 ranges = <0x0 0x0 0x0 0xd0000000 0x0 0x200000>;
334 ethmac: ethernet@c9410000 {
335 compatible = "amlogic,meson6-dwmac", "snps,dwmac";
336 reg = <0x0 0xc9410000 0x0 0x10000
337 0x0 0xc8834540 0x0 0x4>;
338 interrupts = <0 8 1>;
339 interrupt-names = "macirq";
341 clock-names = "stmmaceth";