blob: 2757aa249cf652315cdc11046209b76cb8efbe7c [file] [log] [blame]
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +01001/*
2 * Samsung's Exynos4 SoC common device tree source
3 *
4 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
Simon Glass2fdd7d92014-10-20 19:48:29 -060010#include "skeleton.dtsi"
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010011
12/ {
Jaehoon Chung233bc692017-01-09 14:47:47 +090013 aliases {
14 i2c0 = &i2c_0;
15 i2c1 = &i2c_1;
16 i2c2 = &i2c_2;
17 i2c3 = &i2c_3;
18 i2c4 = &i2c_4;
19 i2c5 = &i2c_5;
20 i2c6 = &i2c_6;
21 i2c7 = &i2c_7;
22 };
23
Simon Glassdd547392014-10-20 19:48:30 -060024 combiner: interrupt-controller@10440000 {
25 compatible = "samsung,exynos4210-combiner";
26 #interrupt-cells = <2>;
27 interrupt-controller;
28 reg = <0x10440000 0x1000>;
29 };
30
Jaehoon Chungd8b385b2017-11-28 16:20:39 +090031 gic: interrupt-controller@10490000 {
32 compatible = "arm,cortex-a9-gic";
33 #interrupt-cells = <3>;
34 interrupt-controller;
35 cpu-offset = <0x4000>;
36 reg = <0x10490000 0x10000>, <0x10480000 0x10000>;
37 };
38
39 serial_0: serial@13800000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010040 compatible = "samsung,exynos4210-uart";
41 reg = <0x13800000 0x3c>;
42 id = <0>;
43 };
44
Jaehoon Chungd8b385b2017-11-28 16:20:39 +090045 serail_1: serial@13810000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010046 compatible = "samsung,exynos4210-uart";
47 reg = <0x13810000 0x3c>;
48 id = <1>;
49 };
50
Jaehoon Chungd8b385b2017-11-28 16:20:39 +090051 serial_2: serial@13820000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010052 compatible = "samsung,exynos4210-uart";
53 reg = <0x13820000 0x3c>;
54 id = <2>;
55 };
56
Jaehoon Chungd8b385b2017-11-28 16:20:39 +090057 serial_3: serial@13830000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010058 compatible = "samsung,exynos4210-uart";
59 reg = <0x13830000 0x3c>;
60 id = <3>;
61 };
62
Jaehoon Chungd8b385b2017-11-28 16:20:39 +090063 serial_4: serial@13840000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010064 compatible = "samsung,exynos4210-uart";
65 reg = <0x13840000 0x3c>;
66 id = <4>;
67 };
68
Jaehoon Chung233bc692017-01-09 14:47:47 +090069 i2c_0: i2c@13860000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010070 #address-cells = <1>;
71 #size-cells = <0>;
72 compatible = "samsung,s3c2440-i2c";
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +010073 reg = <0x13860000 0x100>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +090074 interrupt-parent = <&gic>;
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +010075 interrupts = <0 56 0>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010076 };
77
Jaehoon Chung233bc692017-01-09 14:47:47 +090078 i2c_1: i2c@13870000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010079 #address-cells = <1>;
80 #size-cells = <0>;
81 compatible = "samsung,s3c2440-i2c";
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +010082 reg = <0x13870000 0x100>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +090083 interrupt-parent = <&gic>;
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +010084 interrupts = <1 57 0>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010085 };
86
Jaehoon Chung233bc692017-01-09 14:47:47 +090087 i2c_2: i2c@13880000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010088 #address-cells = <1>;
89 #size-cells = <0>;
90 compatible = "samsung,s3c2440-i2c";
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +010091 reg = <0x13880000 0x100>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +090092 interrupt-parent = <&gic>;
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +010093 interrupts = <2 58 0>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010094 };
95
Jaehoon Chung233bc692017-01-09 14:47:47 +090096 i2c_3: i2c@13890000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +010097 #address-cells = <1>;
98 #size-cells = <0>;
99 compatible = "samsung,s3c2440-i2c";
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +0100100 reg = <0x13890000 0x100>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +0900101 interrupt-parent = <&gic>;
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +0100102 interrupts = <3 59 0>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100103 };
104
Jaehoon Chung233bc692017-01-09 14:47:47 +0900105 i2c_4: i2c@138a0000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100106 #address-cells = <1>;
107 #size-cells = <0>;
108 compatible = "samsung,s3c2440-i2c";
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +0100109 reg = <0x138a0000 0x100>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +0900110 interrupt-parent = <&gic>;
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +0100111 interrupts = <4 60 0>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100112 };
113
Jaehoon Chung233bc692017-01-09 14:47:47 +0900114 i2c_5: i2c@138b0000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100115 #address-cells = <1>;
116 #size-cells = <0>;
117 compatible = "samsung,s3c2440-i2c";
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +0100118 reg = <0x138b0000 0x100>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +0900119 interrupt-parent = <&gic>;
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +0100120 interrupts = <5 61 0>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100121 };
122
Jaehoon Chung233bc692017-01-09 14:47:47 +0900123 i2c_6: i2c@138c0000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100124 #address-cells = <1>;
125 #size-cells = <0>;
126 compatible = "samsung,s3c2440-i2c";
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +0100127 reg = <0x138c0000 0x100>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +0900128 interrupt-parent = <&gic>;
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +0100129 interrupts = <6 62 0>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100130 };
131
Jaehoon Chung233bc692017-01-09 14:47:47 +0900132 i2c_7: i2c@138d0000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100133 #address-cells = <1>;
134 #size-cells = <0>;
135 compatible = "samsung,s3c2440-i2c";
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +0100136 reg = <0x138d0000 0x100>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +0900137 interrupt-parent = <&gic>;
Przemyslaw Marczak8fd10a82015-01-27 13:36:32 +0100138 interrupts = <7 63 0>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100139 };
140
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900141 sdhci0: sdhci@12510000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100142 #address-cells = <1>;
143 #size-cells = <0>;
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900144 compatible = "samsung,exynos4412-sdhci";
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100145 reg = <0x12510000 0x1000>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +0900146 interrupt-parent = <&gic>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100147 interrupts = <0 75 0>;
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900148 status = "disabled";
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100149 };
150
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900151 sdhci1: sdhci@12520000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100152 #address-cells = <1>;
153 #size-cells = <0>;
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900154 compatible = "samsung,exynos4412-sdhci";
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100155 reg = <0x12520000 0x1000>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +0900156 interrupt-parent = <&gic>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100157 interrupts = <0 76 0>;
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900158 status = "disabled";
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100159 };
160
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900161 sdhci2: sdhci@12530000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100162 #address-cells = <1>;
163 #size-cells = <0>;
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900164 compatible = "samsung,exynos4412-sdhci";
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100165 reg = <0x12530000 0x1000>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +0900166 interrupt-parent = <&gic>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100167 interrupts = <0 77 0>;
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900168 status = "disabled";
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100169 };
170
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900171 sdhci3: sdhci@12540000 {
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100172 #address-cells = <1>;
173 #size-cells = <0>;
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900174 compatible = "samsung,exynos4412-sdhci";
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100175 reg = <0x12540000 0x1000>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +0900176 interrupt-parent = <&gic>;
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100177 interrupts = <0 78 0>;
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900178 status = "disabled";
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100179 };
180
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900181 mshc_0: dwmmc@12550000 {
Beomho Seocd0ae612014-05-16 13:59:48 +0900182 #address-cells = <1>;
183 #size-cells = <0>;
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900184 compatible = "samsung,exynos4412-dw-mshc";
Beomho Seocd0ae612014-05-16 13:59:48 +0900185 reg = <0x12550000 0x1000>;
Jaehoon Chungd8b385b2017-11-28 16:20:39 +0900186 interrupt-parent = <&gic>;
Beomho Seocd0ae612014-05-16 13:59:48 +0900187 interrupts = <0 131 0>;
Jaehoon Chung9c2e2ca2017-05-30 10:03:28 +0900188 status = "disabled";
Beomho Seocd0ae612014-05-16 13:59:48 +0900189 };
190
Piotr Wilczek8e5e1e62014-03-07 14:59:43 +0100191};