2014-12-12 05:45:45 +00:00
|
|
|
/*
|
|
|
|
* Odroid XU3 device tree source
|
|
|
|
*
|
|
|
|
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
|
|
|
|
* http://www.samsung.com
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
#include "exynos54xx.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Odroid XU3 based on EXYNOS5422";
|
|
|
|
compatible = "samsung,odroidxu3", "samsung,exynos5";
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
serial0 = "/serial@12C00000";
|
|
|
|
console = "/serial@12C20000";
|
|
|
|
};
|
|
|
|
|
|
|
|
memory {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x40000000 0x10000000
|
|
|
|
0x50000000 0x10000000
|
|
|
|
0x60000000 0x10000000
|
|
|
|
0x70000000 0x10000000
|
|
|
|
0x80000000 0x10000000
|
|
|
|
0x90000000 0x10000000
|
|
|
|
0xa0000000 0x10000000
|
|
|
|
0xb0000000 0xea00000>;
|
|
|
|
};
|
|
|
|
|
2015-10-27 12:08:04 +00:00
|
|
|
adc@12D10000 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2015-10-27 12:08:02 +00:00
|
|
|
i2c@12CA0000 {
|
|
|
|
s2mps11_pmic@66 {
|
|
|
|
compatible = "samsung,s2mps11-pmic";
|
|
|
|
reg = <0x66>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2014-12-05 20:26:10 +00:00
|
|
|
ehci@12110000 {
|
2015-01-06 03:05:42 +00:00
|
|
|
samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
|
2014-12-05 20:26:10 +00:00
|
|
|
};
|
|
|
|
|
2014-12-12 05:45:45 +00:00
|
|
|
serial@12C20000 {
|
|
|
|
status="okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
mmc@12200000 {
|
|
|
|
fifoth_val = <0x201f0020>;
|
|
|
|
};
|
|
|
|
|
|
|
|
mmc@12220000 {
|
|
|
|
fifoth_val = <0x201f0020>;
|
|
|
|
};
|
2015-01-15 02:45:58 +00:00
|
|
|
|
|
|
|
emmc-reset {
|
|
|
|
compatible = "samsung,emmc-reset";
|
|
|
|
reset-gpio = <&gpd1 0 0>;
|
|
|
|
};
|
2014-12-12 05:45:45 +00:00
|
|
|
};
|