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 adc@12D10000 { 35 u-boot,dm-pre-reloc; 36 status = "okay"; 37 }; 38 39 i2c@12CA0000 { 40 s2mps11_pmic@66 { 41 compatible = "samsung,s2mps11-pmic"; 42 reg = <0x66>; 43 }; 44 }; 45 46 ehci@12110000 { 47 samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>; 48 }; 49 50 serial@12C20000 { 51 status="okay"; 52 }; 53 54 mmc@12200000 { 55 fifoth_val = <0x201f0020>; 56 }; 57 58 mmc@12220000 { 59 fifoth_val = <0x201f0020>; 60 }; 61 62 emmc-reset { 63 compatible = "samsung,emmc-reset"; 64 reset-gpio = <&gpd1 0 0>; 65 }; 66}; 67