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 memory { 18 device_type = "memory"; 19 reg = <0x80000000 0x40000000>; 20 }; 21 22 chosen { 23 stdout-path = "serial1:115200n8"; 24 }; 25 26 aliases { 27 serial1 = &serial1; 28 serial2 = &serial2; 29 i2c0 = &i2c0; 30 i2c5 = &i2c5; 31 i2c6 = &i2c6; 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