1/* 2 * Device Tree Source for UniPhier Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0) 3 * 4 * Copyright (C) 2015-2016 Socionext Inc. 5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com> 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ 9 10/dts-v1/; 11/include/ "uniphier-pro5.dtsi" 12 13/ { 14 model = "UniPhier Pro5 4KBOX Board"; 15 compatible = "socionext,uniphier-pro5-4kbox", "socionext,uniphier-pro5"; 16 17 chosen { 18 stdout-path = "serial1:115200n8"; 19 }; 20 21 aliases { 22 serial1 = &serial1; 23 serial2 = &serial2; 24 i2c0 = &i2c0; 25 i2c5 = &i2c5; 26 i2c6 = &i2c6; 27 }; 28 29 memory { 30 device_type = "memory"; 31 reg = <0x80000000 0x40000000>; 32 }; 33}; 34 35&serial1 { 36 status = "okay"; 37}; 38 39&serial2 { 40 status = "okay"; 41}; 42 43&i2c0 { 44 status = "okay"; 45}; 46 47&usb1 { 48 status = "okay"; 49}; 50 51&emmc { 52 status = "okay"; 53}; 54 55&sd { 56 status = "okay"; 57}; 58 59/* for U-Boot only */ 60&serial1 { 61 u-boot,dm-pre-reloc; 62}; 63 64&pinctrl_uart1 { 65 u-boot,dm-pre-reloc; 66}; 67