Odroid-XU3: enable s2mps11 PMIC support
[oweals/u-boot.git] / arch / arm / dts / exynos5422-odroidxu3.dts
1 /*
2  * Odroid XU3 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
10 /dts-v1/;
11 #include "exynos54xx.dtsi"
12
13 / {
14         model = "Odroid XU3 based on EXYNOS5422";
15         compatible = "samsung,odroidxu3", "samsung,exynos5";
16
17         aliases {
18                 serial0 = "/serial@12C00000";
19                 console = "/serial@12C20000";
20         };
21
22         memory {
23                 device_type = "memory";
24                 reg =  <0x40000000 0x10000000
25                         0x50000000 0x10000000
26                         0x60000000 0x10000000
27                         0x70000000 0x10000000
28                         0x80000000 0x10000000
29                         0x90000000 0x10000000
30                         0xa0000000 0x10000000
31                         0xb0000000 0xea00000>;
32         };
33
34         i2c@12CA0000 {
35                 s2mps11_pmic@66 {
36                         compatible = "samsung,s2mps11-pmic";
37                         reg = <0x66>;
38                 };
39         };
40
41         ehci@12110000 {
42                 samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
43         };
44
45         serial@12C20000 {
46                 status="okay";
47         };
48
49         mmc@12200000 {
50                 fifoth_val = <0x201f0020>;
51         };
52
53         mmc@12220000 {
54                 fifoth_val = <0x201f0020>;
55         };
56
57         emmc-reset {
58                 compatible = "samsung,emmc-reset";
59                 reset-gpio = <&gpd1 0 0>;
60         };
61 };