Deleted Added
full compact
exynos5250.dtsi (266251) exynos5250.dtsi (266332)
1/*-
2 * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/exynos5250.dtsi 262614 2014-02-28 18:29:09Z imp $
26 * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/exynos5250.dtsi 266332 2014-05-17 17:54:38Z ian $
27 */
28
29/ {
30 compatible = "samsung,exynos5250";
31 #address-cells = <1>;
32 #size-cells = <1>;
33 interrupt-parent = <&GIC>;
34
27 */
28
29/ {
30 compatible = "samsung,exynos5250";
31 #address-cells = <1>;
32 #size-cells = <1>;
33 interrupt-parent = <&GIC>;
34
35 Exynos5@0 {
35 aliases {
36 soc = &SOC;
37 serial0 = &serial0;
38 serial1 = &serial1;
39 clk0 = &clk0;
40 dp0 = &dp0;
41 fimd0 = &fimd0;
42 };
43
44 SOC: Exynos5@0 {
36 #address-cells = <1>;
37 #size-cells = <1>;
38 compatible = "simple-bus";
39 ranges;
40 bus-frequency = <0>;
41
42 GIC: interrupt-controller@10481000 {
43 compatible = "arm,gic";
44 reg = < 0x10481000 0x1000 >, /* Distributor Registers */
45 < 0x10482000 0x2000 >; /* CPU Interface Registers */
46 interrupt-controller;
47 #address-cells = <0>;
48 #interrupt-cells = <1>;
49 };
50
45 #address-cells = <1>;
46 #size-cells = <1>;
47 compatible = "simple-bus";
48 ranges;
49 bus-frequency = <0>;
50
51 GIC: interrupt-controller@10481000 {
52 compatible = "arm,gic";
53 reg = < 0x10481000 0x1000 >, /* Distributor Registers */
54 < 0x10482000 0x2000 >; /* CPU Interface Registers */
55 interrupt-controller;
56 #address-cells = <0>;
57 #interrupt-cells = <1>;
58 };
59
60 clk0: clk@10010000 {
61 compatible = "exynos,clk";
62 reg = < 0x10020000 0x20000 >;
63 };
64
51 mct {
52 compatible = "exynos,mct";
53 reg = < 0x101C0000 0x1000 >;
54 clock-frequency = <24000000>;
55 };
56
57 generic_timer {
58 compatible = "arm,armv7-timer";

--- 8 unchanged lines hidden (view full) ---

67 clock-frequency = <24000000>;
68 };
69
70 usb@12110000 {
71 compatible = "exynos,usb-ehci", "usb-ehci";
72 reg = <0x12110000 0x1000>, /* EHCI */
73 <0x12130000 0x1000>, /* EHCI host ctrl */
74 <0x10040000 0x1000>, /* Power */
65 mct {
66 compatible = "exynos,mct";
67 reg = < 0x101C0000 0x1000 >;
68 clock-frequency = <24000000>;
69 };
70
71 generic_timer {
72 compatible = "arm,armv7-timer";

--- 8 unchanged lines hidden (view full) ---

81 clock-frequency = <24000000>;
82 };
83
84 usb@12110000 {
85 compatible = "exynos,usb-ehci", "usb-ehci";
86 reg = <0x12110000 0x1000>, /* EHCI */
87 <0x12130000 0x1000>, /* EHCI host ctrl */
88 <0x10040000 0x1000>, /* Power */
75 <0x10050000 0x1000>, /* Sysreg */
76 <0x11400000 0x1000>; /* GPIO left */
89 <0x10050230 0x10>, /* Sysreg */
90 <0x11400C60 0x10>; /* GPIO left */
77 interrupts = < 103 >;
78 interrupt-parent = <&GIC>;
79 };
80
81 usb@12120000 {
82 compatible = "exynos,usb-ohci", "usb-ohci";
83 reg = <0x12120000 0x10000>;
84 interrupts = < 103 >;

--- 63 unchanged lines hidden (view full) ---

148 compatible = "exynos";
149 reg = <0x12C30000 0x100>;
150 interrupts = < 86 >;
151 interrupt-parent = <&GIC>;
152 clock-frequency = < 100000000 >;
153 current-speed = <115200>;
154 };
155
91 interrupts = < 103 >;
92 interrupt-parent = <&GIC>;
93 };
94
95 usb@12120000 {
96 compatible = "exynos,usb-ohci", "usb-ohci";
97 reg = <0x12120000 0x10000>;
98 interrupts = < 103 >;

--- 63 unchanged lines hidden (view full) ---

162 compatible = "exynos";
163 reg = <0x12C30000 0x100>;
164 interrupts = < 86 >;
165 interrupt-parent = <&GIC>;
166 clock-frequency = < 100000000 >;
167 current-speed = <115200>;
168 };
169
170 fimd0: fimd@14400000 {
171 compatible = "exynos,fimd";
172 status = "disabled";
173 reg = < 0x14400000 0x10000 >, /* fimd */
174 < 0x14420000 0x10000 >, /* disp */
175 < 0x10050000 0x220 >; /* sysreg */
176 interrupt-parent = <&GIC>;
177 };
178
179 dp0: dp@145B0000 {
180 compatible = "exynos,dp";
181 status = "disabled";
182 reg = < 0x145B0000 0x10000 >,
183 < 0x10040720 0x10 >; /* PHY */
184 interrupt-parent = <&GIC>;
185 };
156 };
157};
186 };
187};