]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/exynos5422-odroidxu3.dts
Merge branch 'master' of git://git.denx.de/u-boot-tegra
[karo-tx-uboot.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         ehci@12110000 {
35                 samsung,vbus-gpio = <&gpio 0x66 0>; /* X26 */
36         };
37
38         serial@12C20000 {
39                 status="okay";
40         };
41
42         mmc@12200000 {
43                 fifoth_val = <0x201f0020>;
44         };
45
46         mmc@12220000 {
47                 fifoth_val = <0x201f0020>;
48         };
49 };