blob: cd1ca9dda126bb8467107e715f9ff6402f4a181e [file] [log] [blame]
Carlo Caione4a69fcd2015-10-07 22:31:04 +02001/*
2 * Copyright 2015 Endless Mobile, Inc.
3 * Author: Carlo Caione <carlo@endlessm.com>
4 *
5 * This file is dual-licensed: you can use it either under the terms
6 * of the GPL or the X11 license, at your option. Note that this dual
7 * licensing only applies to this file, and not this project as a
8 * whole.
9 *
10 * a) This library is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of the
13 * License, or (at your option) any later version.
14 *
15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program. If not, see <http://www.gnu.org/licenses/>.
22 *
23 * Or, alternatively,
24 *
25 * b) Permission is hereby granted, free of charge, to any person
26 * obtaining a copy of this software and associated documentation
27 * files (the "Software"), to deal in the Software without
28 * restriction, including without limitation the rights to use,
29 * copy, modify, merge, publish, distribute, sublicense, and/or
30 * sell copies of the Software, and to permit persons to whom the
31 * Software is furnished to do so, subject to the following
32 * conditions:
33 *
34 * The above copyright notice and this permission notice shall be
35 * included in all copies or substantial portions of the Software.
36 *
37 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
38 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
39 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
40 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
41 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
42 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
43 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
44 * OTHER DEALINGS IN THE SOFTWARE.
45 */
46
47#include <dt-bindings/clock/meson8b-clkc.h>
48#include <dt-bindings/gpio/meson8b-gpio.h>
Neil Armstrongcad059c2016-05-30 15:27:18 +020049#include <dt-bindings/reset/amlogic,meson8b-reset.h>
Carlo Caione46921422017-09-17 18:45:23 +020050#include <dt-bindings/reset/amlogic,meson8b-clkc-reset.h>
Martin Blumenstinglf44135e2017-04-17 23:39:38 +020051#include "meson.dtsi"
Carlo Caione4a69fcd2015-10-07 22:31:04 +020052
53/ {
Carlo Caione4a69fcd2015-10-07 22:31:04 +020054 cpus {
55 #address-cells = <1>;
56 #size-cells = <0>;
57
Martin Blumenstingle8d85d72018-04-22 12:45:02 +020058 cpu0: cpu@200 {
Carlo Caione4a69fcd2015-10-07 22:31:04 +020059 device_type = "cpu";
60 compatible = "arm,cortex-a5";
61 next-level-cache = <&L2>;
62 reg = <0x200>;
Carlo Caione46921422017-09-17 18:45:23 +020063 enable-method = "amlogic,meson8b-smp";
64 resets = <&clkc CLKC_RESET_CPU0_SOFT_RESET>;
Carlo Caione4a69fcd2015-10-07 22:31:04 +020065 };
66
Martin Blumenstingle8d85d72018-04-22 12:45:02 +020067 cpu1: cpu@201 {
Carlo Caione4a69fcd2015-10-07 22:31:04 +020068 device_type = "cpu";
69 compatible = "arm,cortex-a5";
70 next-level-cache = <&L2>;
71 reg = <0x201>;
Carlo Caione46921422017-09-17 18:45:23 +020072 enable-method = "amlogic,meson8b-smp";
73 resets = <&clkc CLKC_RESET_CPU1_SOFT_RESET>;
Carlo Caione4a69fcd2015-10-07 22:31:04 +020074 };
75
Martin Blumenstingle8d85d72018-04-22 12:45:02 +020076 cpu2: cpu@202 {
Carlo Caione4a69fcd2015-10-07 22:31:04 +020077 device_type = "cpu";
78 compatible = "arm,cortex-a5";
79 next-level-cache = <&L2>;
80 reg = <0x202>;
Carlo Caione46921422017-09-17 18:45:23 +020081 enable-method = "amlogic,meson8b-smp";
82 resets = <&clkc CLKC_RESET_CPU2_SOFT_RESET>;
Carlo Caione4a69fcd2015-10-07 22:31:04 +020083 };
84
Martin Blumenstingle8d85d72018-04-22 12:45:02 +020085 cpu3: cpu@203 {
Carlo Caione4a69fcd2015-10-07 22:31:04 +020086 device_type = "cpu";
87 compatible = "arm,cortex-a5";
88 next-level-cache = <&L2>;
89 reg = <0x203>;
Carlo Caione46921422017-09-17 18:45:23 +020090 enable-method = "amlogic,meson8b-smp";
91 resets = <&clkc CLKC_RESET_CPU3_SOFT_RESET>;
Carlo Caione4a69fcd2015-10-07 22:31:04 +020092 };
93 };
Martin Blumenstingld8dd3d22017-06-15 23:33:51 +020094
Martin Blumenstingle8d85d72018-04-22 12:45:02 +020095 pmu {
96 compatible = "arm,cortex-a5-pmu";
97 interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
98 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
99 <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
100 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
101 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
102 };
103
Linus Lüssingb9b4bf52017-10-02 17:59:03 +0200104 reserved-memory {
105 #address-cells = <1>;
106 #size-cells = <1>;
107 ranges;
108
109 /* 2 MiB reserved for Hardware ROM Firmware? */
110 hwrom@0 {
111 reg = <0x0 0x200000>;
112 no-map;
113 };
114 };
115
Martin Blumenstingld8dd3d22017-06-15 23:33:51 +0200116 scu@c4300000 {
117 compatible = "arm,cortex-a5-scu";
118 reg = <0xc4300000 0x100>;
119 };
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200120}; /* end of / */
Carlo Caione4a69fcd2015-10-07 22:31:04 +0200121
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200122&aobus {
Carlo Caione46921422017-09-17 18:45:23 +0200123 pmu: pmu@e0 {
124 compatible = "amlogic,meson8b-pmu", "syscon";
125 reg = <0xe0 0x18>;
126 };
127
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200128 pinctrl_aobus: pinctrl@84 {
129 compatible = "amlogic,meson8b-aobus-pinctrl";
130 reg = <0x84 0xc>;
Carlo Caione4a69fcd2015-10-07 22:31:04 +0200131 #address-cells = <1>;
132 #size-cells = <1>;
133 ranges;
134
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200135 gpio_ao: ao-bank@14 {
136 reg = <0x14 0x4>,
137 <0x2c 0x4>,
138 <0x24 0x8>;
139 reg-names = "mux", "pull", "gpio";
140 gpio-controller;
141 #gpio-cells = <2>;
Jerome Brunet677c4322017-09-21 19:14:44 +0200142 gpio-ranges = <&pinctrl_aobus 0 0 16>;
Carlo Caione4a69fcd2015-10-07 22:31:04 +0200143 };
144
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200145 uart_ao_a_pins: uart_ao_a {
146 mux {
147 groups = "uart_tx_ao_a", "uart_rx_ao_a";
148 function = "uart_ao";
Carlo Caione4a69fcd2015-10-07 22:31:04 +0200149 };
150 };
Martin Blumenstingl15b520f2018-05-06 22:57:49 +0200151
152 ir_recv_pins: remote {
153 mux {
154 groups = "remote_input";
155 function = "remote";
156 };
157 };
Carlo Caione4a69fcd2015-10-07 22:31:04 +0200158 };
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200159};
160
161&cbus {
162 clkc: clock-controller@4000 {
163 #clock-cells = <1>;
Martin Blumenstingl45631ea2017-07-28 23:13:13 +0200164 #reset-cells = <1>;
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200165 compatible = "amlogic,meson8b-clkc";
Martin Blumenstinglf31094f2018-07-21 21:05:53 +0200166 reg = <0x8000 0x4>, <0x4000 0x400>;
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200167 };
168
169 reset: reset-controller@4404 {
170 compatible = "amlogic,meson8b-reset";
Martin Blumenstingla2730ed2018-01-21 23:14:12 +0100171 reg = <0x4404 0x9c>;
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200172 #reset-cells = <1>;
173 };
174
Martin Blumenstinglbd835d52017-09-23 16:14:03 +0200175 analog_top: analog-top@81a8 {
176 compatible = "amlogic,meson8b-analog-top", "syscon";
177 reg = <0x81a8 0x14>;
178 };
179
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200180 pwm_ef: pwm@86c0 {
181 compatible = "amlogic,meson8b-pwm";
182 reg = <0x86c0 0x10>;
183 #pwm-cells = <3>;
184 status = "disabled";
185 };
186
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200187 pinctrl_cbus: pinctrl@9880 {
188 compatible = "amlogic,meson8b-cbus-pinctrl";
189 reg = <0x9880 0x10>;
190 #address-cells = <1>;
191 #size-cells = <1>;
192 ranges;
193
194 gpio: banks@80b0 {
195 reg = <0x80b0 0x28>,
196 <0x80e8 0x18>,
197 <0x8120 0x18>,
198 <0x8030 0x38>;
199 reg-names = "mux", "pull", "pull-enable", "gpio";
200 gpio-controller;
201 #gpio-cells = <2>;
Martin Blumenstingl4e461e62018-03-12 21:57:09 +0100202 gpio-ranges = <&pinctrl_cbus 0 0 83>;
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200203 };
Emiliano Ingrassiab9644652018-01-19 02:48:00 +0100204
205 eth_rgmii_pins: eth-rgmii {
206 mux {
207 groups = "eth_tx_clk",
208 "eth_tx_en",
209 "eth_txd1_0",
210 "eth_txd1_1",
211 "eth_txd0_0",
212 "eth_txd0_1",
213 "eth_rx_clk",
214 "eth_rx_dv",
215 "eth_rxd1",
216 "eth_rxd0",
217 "eth_mdio_en",
218 "eth_mdc",
219 "eth_ref_clk",
220 "eth_txd2",
221 "eth_txd3";
222 function = "ethernet";
223 };
224 };
Linus Lüssinge03efbc2018-03-17 21:11:14 +0100225
Martin Blumenstingla77d0ba2018-09-22 17:10:02 +0200226 eth_rmii_pins: eth-rmii {
227 mux {
228 groups = "eth_tx_en",
229 "eth_txd1_0",
230 "eth_txd0_0",
231 "eth_rx_clk",
232 "eth_rx_dv",
233 "eth_rxd1",
234 "eth_rxd0",
235 "eth_mdio_en",
236 "eth_mdc";
237 function = "ethernet";
238 };
239 };
240
Martin Blumenstinglc821b812018-09-22 17:10:01 +0200241 i2c_a_pins: i2c-a {
242 mux {
243 groups = "i2c_sda_a", "i2c_sck_a";
244 function = "i2c_a";
245 };
246 };
247
Linus Lüssinge03efbc2018-03-17 21:11:14 +0100248 sd_b_pins: sd-b {
249 mux {
250 groups = "sd_d0_b", "sd_d1_b", "sd_d2_b",
251 "sd_d3_b", "sd_clk_b", "sd_cmd_b";
252 function = "sd_b";
253 };
254 };
Martin Blumenstinglc821b812018-09-22 17:10:01 +0200255
256 pwm_c1_pins: pwm-c1 {
257 mux {
258 groups = "pwm_c1";
259 function = "pwm_c";
260 };
261 };
262
263 uart_b0_pins: uart-b0 {
264 mux {
265 groups = "uart_tx_b0",
266 "uart_rx_b0";
267 function = "uart_b";
268 };
269 };
270
271 uart_b0_cts_rts_pins: uart-b0-cts-rts {
272 mux {
273 groups = "uart_cts_b0",
274 "uart_rts_b0";
275 function = "uart_b";
276 };
277 };
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200278 };
279};
280
Carlo Caione46921422017-09-17 18:45:23 +0200281&ahb_sram {
282 smp-sram@1ff80 {
283 compatible = "amlogic,meson8b-smp-sram";
284 reg = <0x1ff80 0x8>;
285 };
286};
287
Martin Blumenstingl2cb51a82017-10-03 01:28:04 +0200288
289&efuse {
290 compatible = "amlogic,meson8b-efuse";
291 clocks = <&clkc CLKID_EFUSE>;
292 clock-names = "core";
293};
294
Martin Blumenstinglf28d4bd2017-06-15 23:33:52 +0200295&ethmac {
Emiliano Ingrassiab9644652018-01-19 02:48:00 +0100296 compatible = "amlogic,meson8b-dwmac", "snps,dwmac-3.70a", "snps,dwmac";
297
298 reg = <0xc9410000 0x10000
299 0xc1108140 0x4>;
300
301 clocks = <&clkc CLKID_ETH>,
302 <&clkc CLKID_MPLL2>,
303 <&clkc CLKID_MPLL2>;
304 clock-names = "stmmaceth", "clkin0", "clkin1";
305
306 resets = <&reset RESET_ETHERNET>;
307 reset-names = "stmmaceth";
Martin Blumenstinglf28d4bd2017-06-15 23:33:52 +0200308};
309
Jerome Brunet7d32bc02017-10-19 14:01:41 +0200310&gpio_intc {
311 compatible = "amlogic,meson-gpio-intc",
312 "amlogic,meson8b-gpio-intc";
313 status = "okay";
314};
315
Martin Blumenstingla35910d2017-06-15 23:33:49 +0200316&hwrng {
317 compatible = "amlogic,meson8b-rng", "amlogic,meson-rng";
318 clocks = <&clkc CLKID_RNG0>;
319 clock-names = "core";
320};
321
Martin Blumenstingl7a6cc8b2018-02-17 17:06:50 +0100322&i2c_AO {
323 clocks = <&clkc CLKID_CLK81>;
324};
325
326&i2c_A {
327 clocks = <&clkc CLKID_I2C>;
328};
329
330&i2c_B {
331 clocks = <&clkc CLKID_I2C>;
332};
333
Carlo Caionebbe5b232017-04-17 23:42:44 +0200334&L2 {
335 arm,data-latency = <3 3 3>;
336 arm,tag-latency = <2 2 2>;
337 arm,filter-ranges = <0x100000 0xc0000000>;
Martin Blumenstingl9bef3062017-10-31 23:23:15 +0100338 prefetch-data = <1>;
339 prefetch-instr = <1>;
340 arm,shared-override;
Carlo Caionebbe5b232017-04-17 23:42:44 +0200341};
342
Martin Blumenstingl440bdcd2017-07-12 00:20:14 +0200343&pwm_ab {
344 compatible = "amlogic,meson8b-pwm";
345};
346
347&pwm_cd {
348 compatible = "amlogic,meson8b-pwm";
349};
350
Martin Blumenstingla39a3b92017-06-15 23:33:47 +0200351&saradc {
352 compatible = "amlogic,meson8b-saradc", "amlogic,meson-saradc";
353 clocks = <&clkc CLKID_XTAL>,
Xingyu Chenb9b9db02017-11-16 17:01:15 +0800354 <&clkc CLKID_SAR_ADC>;
355 clock-names = "clkin", "core";
Martin Blumenstingla39a3b92017-06-15 23:33:47 +0200356};
357
Martin Blumenstingl88b1b182017-10-07 18:29:39 +0200358&sdio {
359 compatible = "amlogic,meson8b-sdio", "amlogic,meson-mx-sdio";
360 clocks = <&clkc CLKID_SDIO>, <&clkc CLKID_CLK81>;
361 clock-names = "core", "clkin";
362};
363
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200364&uart_AO {
Martin Blumenstinglb02d6e72017-11-17 23:58:57 +0100365 compatible = "amlogic,meson8b-uart", "amlogic,meson-uart";
366 clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_CLK81>;
367 clock-names = "baud", "xtal", "pclk";
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200368};
369
370&uart_A {
Martin Blumenstinglb02d6e72017-11-17 23:58:57 +0100371 compatible = "amlogic,meson8b-uart", "amlogic,meson-uart";
372 clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_UART0>;
373 clock-names = "baud", "xtal", "pclk";
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200374};
375
376&uart_B {
Martin Blumenstinglb02d6e72017-11-17 23:58:57 +0100377 compatible = "amlogic,meson8b-uart", "amlogic,meson-uart";
378 clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_UART1>;
379 clock-names = "baud", "xtal", "pclk";
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200380};
381
382&uart_C {
Martin Blumenstinglb02d6e72017-11-17 23:58:57 +0100383 compatible = "amlogic,meson8b-uart", "amlogic,meson-uart";
384 clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_UART2>;
385 clock-names = "baud", "xtal", "pclk";
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200386};
Martin Blumenstingle29b1cf2017-06-15 23:33:50 +0200387
388&usb0 {
389 compatible = "amlogic,meson8b-usb", "snps,dwc2";
390 clocks = <&clkc CLKID_USB0_DDR_BRIDGE>;
391 clock-names = "otg";
392};
393
394&usb1 {
395 compatible = "amlogic,meson8b-usb", "snps,dwc2";
396 clocks = <&clkc CLKID_USB1_DDR_BRIDGE>;
397 clock-names = "otg";
398};
399
400&usb0_phy {
401 compatible = "amlogic,meson8b-usb2-phy", "amlogic,meson-mx-usb2-phy";
402 clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB0>;
403 clock-names = "usb_general", "usb";
404 resets = <&reset RESET_USB_OTG>;
405};
406
407&usb1_phy {
408 compatible = "amlogic,meson8b-usb2-phy", "amlogic,meson-mx-usb2-phy";
409 clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB1>;
410 clock-names = "usb_general", "usb";
411 resets = <&reset RESET_USB_OTG>;
412};
Martin Blumenstingl2eca2a12017-07-12 00:22:22 +0200413
414&wdt {
415 compatible = "amlogic,meson8b-wdt";
416};