blob: 283c68c6b1f41768366dd6dffa7292b317d8c811 [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>
Martin Blumenstinglf44135e2017-04-17 23:39:38 +020050#include "meson.dtsi"
Carlo Caione4a69fcd2015-10-07 22:31:04 +020051
52/ {
Carlo Caione4a69fcd2015-10-07 22:31:04 +020053 cpus {
54 #address-cells = <1>;
55 #size-cells = <0>;
56
57 cpu@200 {
58 device_type = "cpu";
59 compatible = "arm,cortex-a5";
60 next-level-cache = <&L2>;
61 reg = <0x200>;
62 };
63
64 cpu@201 {
65 device_type = "cpu";
66 compatible = "arm,cortex-a5";
67 next-level-cache = <&L2>;
68 reg = <0x201>;
69 };
70
71 cpu@202 {
72 device_type = "cpu";
73 compatible = "arm,cortex-a5";
74 next-level-cache = <&L2>;
75 reg = <0x202>;
76 };
77
78 cpu@203 {
79 device_type = "cpu";
80 compatible = "arm,cortex-a5";
81 next-level-cache = <&L2>;
82 reg = <0x203>;
83 };
84 };
Martin Blumenstingld8dd3d22017-06-15 23:33:51 +020085
Linus Lüssingb9b4bf52017-10-02 17:59:03 +020086 reserved-memory {
87 #address-cells = <1>;
88 #size-cells = <1>;
89 ranges;
90
91 /* 2 MiB reserved for Hardware ROM Firmware? */
92 hwrom@0 {
93 reg = <0x0 0x200000>;
94 no-map;
95 };
96 };
97
Martin Blumenstingld8dd3d22017-06-15 23:33:51 +020098 scu@c4300000 {
99 compatible = "arm,cortex-a5-scu";
100 reg = <0xc4300000 0x100>;
101 };
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200102}; /* end of / */
Carlo Caione4a69fcd2015-10-07 22:31:04 +0200103
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200104&aobus {
105 pinctrl_aobus: pinctrl@84 {
106 compatible = "amlogic,meson8b-aobus-pinctrl";
107 reg = <0x84 0xc>;
Carlo Caione4a69fcd2015-10-07 22:31:04 +0200108 #address-cells = <1>;
109 #size-cells = <1>;
110 ranges;
111
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200112 gpio_ao: ao-bank@14 {
113 reg = <0x14 0x4>,
114 <0x2c 0x4>,
115 <0x24 0x8>;
116 reg-names = "mux", "pull", "gpio";
117 gpio-controller;
118 #gpio-cells = <2>;
119 gpio-ranges = <&pinctrl_aobus 0 130 16>;
Carlo Caione4a69fcd2015-10-07 22:31:04 +0200120 };
121
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200122 uart_ao_a_pins: uart_ao_a {
123 mux {
124 groups = "uart_tx_ao_a", "uart_rx_ao_a";
125 function = "uart_ao";
Carlo Caione4a69fcd2015-10-07 22:31:04 +0200126 };
127 };
128 };
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200129};
130
131&cbus {
132 clkc: clock-controller@4000 {
133 #clock-cells = <1>;
Martin Blumenstingl45631ea2017-07-28 23:13:13 +0200134 #reset-cells = <1>;
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200135 compatible = "amlogic,meson8b-clkc";
136 reg = <0x8000 0x4>, <0x4000 0x460>;
137 };
138
139 reset: reset-controller@4404 {
140 compatible = "amlogic,meson8b-reset";
141 reg = <0x4404 0x20>;
142 #reset-cells = <1>;
143 };
144
Martin Blumenstinglbd835d52017-09-23 16:14:03 +0200145 analog_top: analog-top@81a8 {
146 compatible = "amlogic,meson8b-analog-top", "syscon";
147 reg = <0x81a8 0x14>;
148 };
149
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200150 pwm_ef: pwm@86c0 {
151 compatible = "amlogic,meson8b-pwm";
152 reg = <0x86c0 0x10>;
153 #pwm-cells = <3>;
154 status = "disabled";
155 };
156
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200157 pinctrl_cbus: pinctrl@9880 {
158 compatible = "amlogic,meson8b-cbus-pinctrl";
159 reg = <0x9880 0x10>;
160 #address-cells = <1>;
161 #size-cells = <1>;
162 ranges;
163
164 gpio: banks@80b0 {
165 reg = <0x80b0 0x28>,
166 <0x80e8 0x18>,
167 <0x8120 0x18>,
168 <0x8030 0x38>;
169 reg-names = "mux", "pull", "pull-enable", "gpio";
170 gpio-controller;
171 #gpio-cells = <2>;
172 gpio-ranges = <&pinctrl_cbus 0 0 130>;
173 };
174 };
175};
176
Martin Blumenstinglf28d4bd2017-06-15 23:33:52 +0200177&ethmac {
178 clocks = <&clkc CLKID_ETH>;
179 clock-names = "stmmaceth";
180};
181
Martin Blumenstingla35910d2017-06-15 23:33:49 +0200182&hwrng {
183 compatible = "amlogic,meson8b-rng", "amlogic,meson-rng";
184 clocks = <&clkc CLKID_RNG0>;
185 clock-names = "core";
186};
187
Carlo Caionebbe5b232017-04-17 23:42:44 +0200188&L2 {
189 arm,data-latency = <3 3 3>;
190 arm,tag-latency = <2 2 2>;
191 arm,filter-ranges = <0x100000 0xc0000000>;
192};
193
Martin Blumenstingl440bdcd2017-07-12 00:20:14 +0200194&pwm_ab {
195 compatible = "amlogic,meson8b-pwm";
196};
197
198&pwm_cd {
199 compatible = "amlogic,meson8b-pwm";
200};
201
Martin Blumenstingla39a3b92017-06-15 23:33:47 +0200202&saradc {
203 compatible = "amlogic,meson8b-saradc", "amlogic,meson-saradc";
204 clocks = <&clkc CLKID_XTAL>,
205 <&clkc CLKID_SAR_ADC>,
206 <&clkc CLKID_SANA>;
207 clock-names = "clkin", "core", "sana";
208};
209
Martin Blumenstingl88b1b182017-10-07 18:29:39 +0200210&sdio {
211 compatible = "amlogic,meson8b-sdio", "amlogic,meson-mx-sdio";
212 clocks = <&clkc CLKID_SDIO>, <&clkc CLKID_CLK81>;
213 clock-names = "core", "clkin";
214};
215
Martin Blumenstinglf44135e2017-04-17 23:39:38 +0200216&uart_AO {
217 clocks = <&clkc CLKID_CLK81>;
218};
219
220&uart_A {
221 clocks = <&clkc CLKID_CLK81>;
222};
223
224&uart_B {
225 clocks = <&clkc CLKID_CLK81>;
226};
227
228&uart_C {
229 clocks = <&clkc CLKID_CLK81>;
230};
Martin Blumenstingle29b1cf2017-06-15 23:33:50 +0200231
232&usb0 {
233 compatible = "amlogic,meson8b-usb", "snps,dwc2";
234 clocks = <&clkc CLKID_USB0_DDR_BRIDGE>;
235 clock-names = "otg";
236};
237
238&usb1 {
239 compatible = "amlogic,meson8b-usb", "snps,dwc2";
240 clocks = <&clkc CLKID_USB1_DDR_BRIDGE>;
241 clock-names = "otg";
242};
243
244&usb0_phy {
245 compatible = "amlogic,meson8b-usb2-phy", "amlogic,meson-mx-usb2-phy";
246 clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB0>;
247 clock-names = "usb_general", "usb";
248 resets = <&reset RESET_USB_OTG>;
249};
250
251&usb1_phy {
252 compatible = "amlogic,meson8b-usb2-phy", "amlogic,meson-mx-usb2-phy";
253 clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB1>;
254 clock-names = "usb_general", "usb";
255 resets = <&reset RESET_USB_OTG>;
256};
Martin Blumenstingl2eca2a12017-07-12 00:22:22 +0200257
258&wdt {
259 compatible = "amlogic,meson8b-wdt";
260};