2 * Copyright 2015 Endless Mobile, Inc.
3 * Author: Carlo Caione <carlo@endlessm.com>
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
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.
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.
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/>.
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
34 * The above copyright notice and this permission notice shall be
35 * included in all copies or substantial portions of the Software.
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.
47 #include <dt-bindings/clock/meson8b-clkc.h>
48 #include <dt-bindings/gpio/meson8b-gpio.h>
49 #include <dt-bindings/reset/amlogic,meson8b-reset.h>
59 compatible = "arm,cortex-a5";
60 next-level-cache = <&L2>;
66 compatible = "arm,cortex-a5";
67 next-level-cache = <&L2>;
73 compatible = "arm,cortex-a5";
74 next-level-cache = <&L2>;
80 compatible = "arm,cortex-a5";
81 next-level-cache = <&L2>;
87 compatible = "arm,cortex-a5-scu";
88 reg = <0xc4300000 0x100>;
93 pinctrl_aobus: pinctrl@84 {
94 compatible = "amlogic,meson8b-aobus-pinctrl";
100 gpio_ao: ao-bank@14 {
104 reg-names = "mux", "pull", "gpio";
107 gpio-ranges = <&pinctrl_aobus 0 130 16>;
110 uart_ao_a_pins: uart_ao_a {
112 groups = "uart_tx_ao_a", "uart_rx_ao_a";
113 function = "uart_ao";
120 clkc: clock-controller@4000 {
123 compatible = "amlogic,meson8b-clkc";
124 reg = <0x8000 0x4>, <0x4000 0x400>;
127 reset: reset-controller@4404 {
128 compatible = "amlogic,meson8b-reset";
134 compatible = "amlogic,meson8b-pwm";
140 pinctrl_cbus: pinctrl@9880 {
141 compatible = "amlogic,meson8b-cbus-pinctrl";
143 #address-cells = <1>;
152 reg-names = "mux", "pull", "pull-enable", "gpio";
155 gpio-ranges = <&pinctrl_cbus 0 0 130>;
161 clocks = <&clkc CLKID_ETH>;
162 clock-names = "stmmaceth";
166 compatible = "amlogic,meson8b-rng", "amlogic,meson-rng";
167 clocks = <&clkc CLKID_RNG0>;
168 clock-names = "core";
172 arm,data-latency = <3 3 3>;
173 arm,tag-latency = <2 2 2>;
174 arm,filter-ranges = <0x100000 0xc0000000>;
178 compatible = "amlogic,meson8b-pwm";
182 compatible = "amlogic,meson8b-pwm";
186 compatible = "amlogic,meson8b-saradc", "amlogic,meson-saradc";
187 clocks = <&clkc CLKID_XTAL>,
188 <&clkc CLKID_SAR_ADC>,
190 clock-names = "clkin", "core", "sana";
194 clocks = <&clkc CLKID_CLK81>;
198 clocks = <&clkc CLKID_CLK81>;
202 clocks = <&clkc CLKID_CLK81>;
206 clocks = <&clkc CLKID_CLK81>;
210 compatible = "amlogic,meson8b-usb", "snps,dwc2";
211 clocks = <&clkc CLKID_USB0_DDR_BRIDGE>;
216 compatible = "amlogic,meson8b-usb", "snps,dwc2";
217 clocks = <&clkc CLKID_USB1_DDR_BRIDGE>;
222 compatible = "amlogic,meson8b-usb2-phy", "amlogic,meson-mx-usb2-phy";
223 clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB0>;
224 clock-names = "usb_general", "usb";
225 resets = <&reset RESET_USB_OTG>;
229 compatible = "amlogic,meson8b-usb2-phy", "amlogic,meson-mx-usb2-phy";
230 clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB1>;
231 clock-names = "usb_general", "usb";
232 resets = <&reset RESET_USB_OTG>;
236 compatible = "amlogic,meson8b-wdt";