blob: fd1e1cddd4a8fb95cfd87b44edd41d5b62c24448 [file] [log] [blame]
Vishnu Patekar35af8e42015-05-30 16:55:04 +02001/*
2 * Copyright 2014 Chen-Yu Tsai
3 *
4 * Chen-Yu Tsai <wens@csie.org>
5 *
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a
9 * whole.
10 *
11 * a) This file is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
15 *
16 * This file is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * Or, alternatively,
22 *
23 * b) Permission is hereby granted, free of charge, to any person
24 * obtaining a copy of this software and associated documentation
25 * files (the "Software"), to deal in the Software without
26 * restriction, including without limitation the rights to use,
27 * copy, modify, merge, publish, distribute, sublicense, and/or
28 * sell copies of the Software, and to permit persons to whom the
29 * Software is furnished to do so, subject to the following
30 * conditions:
31 *
32 * The above copyright notice and this permission notice shall be
33 * included in all copies or substantial portions of the Software.
34 *
35 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
37 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
39 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
40 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42 * OTHER DEALINGS IN THE SOFTWARE.
43 */
44
45#include "sun8i-a23-a33.dtsi"
46
47/ {
48 cpus {
49 cpu@2 {
50 compatible = "arm,cortex-a7";
51 device_type = "cpu";
52 reg = <2>;
53 };
54
55 cpu@3 {
56 compatible = "arm,cortex-a7";
57 device_type = "cpu";
58 reg = <3>;
59 };
60 };
61
Maxime Ripardb12684f2016-01-07 12:28:00 +010062 de: display-engine {
63 compatible = "allwinner,sun8i-a33-display-engine";
64 allwinner,pipelines = <&fe0>;
65 status = "disabled";
66 };
67
Vishnu Patekar35af8e42015-05-30 16:55:04 +020068 memory {
69 reg = <0x40000000 0x80000000>;
70 };
71
Hans de Goede4f8449b2015-06-02 15:37:32 +020072 soc@01c00000 {
Maxime Ripardb12684f2016-01-07 12:28:00 +010073 tcon0: lcd-controller@01c0c000 {
74 compatible = "allwinner,sun8i-a33-tcon";
75 reg = <0x01c0c000 0x1000>;
76 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
77 clocks = <&ccu CLK_BUS_LCD>,
78 <&ccu CLK_LCD_CH0>;
79 clock-names = "ahb",
80 "tcon-ch0";
81 clock-output-names = "tcon-pixel-clock";
82 resets = <&ccu RST_BUS_LCD>;
83 reset-names = "lcd";
84 status = "disabled";
85
86 ports {
87 #address-cells = <1>;
88 #size-cells = <0>;
89
90 tcon0_in: port@0 {
91 #address-cells = <1>;
92 #size-cells = <0>;
93 reg = <0>;
94
95 tcon0_in_drc0: endpoint@0 {
96 reg = <0>;
97 remote-endpoint = <&drc0_out_tcon0>;
98 };
99 };
100
101 tcon0_out: port@1 {
102 #address-cells = <1>;
103 #size-cells = <0>;
104 reg = <1>;
105 };
106 };
107 };
108
Chen-Yu Tsaif7ad0822015-09-23 12:34:39 +0800109 crypto: crypto-engine@01c15000 {
110 compatible = "allwinner,sun4i-a10-crypto";
111 reg = <0x01c15000 0x1000>;
112 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard2c89ce4f42016-08-31 14:58:20 +0200113 clocks = <&ccu CLK_BUS_SS>, <&ccu CLK_SS>;
Chen-Yu Tsaif7ad0822015-09-23 12:34:39 +0800114 clock-names = "ahb", "mod";
Maxime Ripard2c89ce4f42016-08-31 14:58:20 +0200115 resets = <&ccu RST_BUS_SS>;
Chen-Yu Tsaif7ad0822015-09-23 12:34:39 +0800116 reset-names = "ahb";
117 };
118
Maxime Ripardb12684f2016-01-07 12:28:00 +0100119 fe0: display-frontend@01e00000 {
120 compatible = "allwinner,sun8i-a33-display-frontend";
121 reg = <0x01e00000 0x20000>;
122 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
123 clocks = <&ccu CLK_BUS_DE_FE>, <&ccu CLK_DE_FE>,
124 <&ccu CLK_DRAM_DE_FE>;
125 clock-names = "ahb", "mod",
126 "ram";
127 resets = <&ccu RST_BUS_DE_FE>;
128 status = "disabled";
129
130 ports {
131 #address-cells = <1>;
132 #size-cells = <0>;
133
134 fe0_out: port@1 {
135 #address-cells = <1>;
136 #size-cells = <0>;
137 reg = <1>;
138
139 fe0_out_be0: endpoint@0 {
140 reg = <0>;
141 remote-endpoint = <&be0_in_fe0>;
142 };
143 };
144 };
145 };
146
147 be0: display-backend@01e60000 {
148 compatible = "allwinner,sun8i-a33-display-backend";
149 reg = <0x01e60000 0x10000>, <0x01e80000 0x1000>;
150 reg-names = "be", "sat";
151 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
152 clocks = <&ccu CLK_BUS_DE_BE>, <&ccu CLK_DE_BE>,
153 <&ccu CLK_DRAM_DE_BE>, <&ccu CLK_BUS_SAT>;
154 clock-names = "ahb", "mod",
155 "ram", "sat";
156 resets = <&ccu RST_BUS_DE_BE>, <&ccu RST_BUS_SAT>;
157 reset-names = "be", "sat";
158 assigned-clocks = <&ccu CLK_DE_BE>;
159 assigned-clock-rates = <300000000>;
160
161 ports {
162 #address-cells = <1>;
163 #size-cells = <0>;
164
165 be0_in: port@0 {
166 #address-cells = <1>;
167 #size-cells = <0>;
168 reg = <0>;
169
170 be0_in_fe0: endpoint@0 {
171 reg = <0>;
172 remote-endpoint = <&fe0_out_be0>;
173 };
174 };
175
176 be0_out: port@1 {
177 #address-cells = <1>;
178 #size-cells = <0>;
179 reg = <1>;
180
181 be0_out_drc0: endpoint@0 {
182 reg = <0>;
183 remote-endpoint = <&drc0_in_be0>;
184 };
185 };
186 };
187 };
188
189 drc0: drc@01e70000 {
190 compatible = "allwinner,sun8i-a33-drc";
191 reg = <0x01e70000 0x10000>;
192 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
193 clocks = <&ccu CLK_BUS_DRC>, <&ccu CLK_DRC>,
194 <&ccu CLK_DRAM_DRC>;
195 clock-names = "ahb", "mod", "ram";
196 resets = <&ccu RST_BUS_DRC>;
197
198 assigned-clocks = <&ccu CLK_DRC>;
199 assigned-clock-rates = <300000000>;
200
201 ports {
202 #address-cells = <1>;
203 #size-cells = <0>;
204
205 drc0_in: port@0 {
206 #address-cells = <1>;
207 #size-cells = <0>;
208 reg = <0>;
209
210 drc0_in_be0: endpoint@0 {
211 reg = <0>;
212 remote-endpoint = <&be0_out_drc0>;
213 };
214 };
215
216 drc0_out: port@1 {
217 #address-cells = <1>;
218 #size-cells = <0>;
219 reg = <1>;
220
221 drc0_out_tcon0: endpoint@0 {
222 reg = <0>;
223 remote-endpoint = <&tcon0_in_drc0>;
224 };
225 };
226 };
227 };
Hans de Goede4f8449b2015-06-02 15:37:32 +0200228 };
Vishnu Patekar35af8e42015-05-30 16:55:04 +0200229};
230
Maxime Ripard2c89ce4f42016-08-31 14:58:20 +0200231&ccu {
232 compatible = "allwinner,sun8i-a33-ccu";
233};
234
Vishnu Patekar35af8e42015-05-30 16:55:04 +0200235&pio {
236 compatible = "allwinner,sun8i-a33-pinctrl";
237 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>,
238 <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
Chen-Yu Tsai63c65092015-06-02 18:04:02 +0800239
240 uart0_pins_b: uart0@1 {
241 allwinner,pins = "PB0", "PB1";
242 allwinner,function = "uart0";
243 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
244 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
245 };
246
Vishnu Patekar35af8e42015-05-30 16:55:04 +0200247};
Chen-Yu Tsaibd335442016-09-08 11:25:35 +0800248
249&usb_otg {
250 compatible = "allwinner,sun8i-a33-musb";
251};
252
253&usbphy {
254 compatible = "allwinner,sun8i-a33-usb-phy";
255 reg = <0x01c19400 0x14>, <0x01c1a800 0x4>;
256 reg-names = "phy_ctrl", "pmu1";
257};