1/* 2 * Device Tree Source for UniPhier sLD8 Reference Board 3 * 4 * Copyright (C) 2015-2016 Socionext Inc. 5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com> 6 * 7 * SPDX-License-Identifier: GPL-2.0+ X11 8 */ 9 10/dts-v1/; 11/include/ "uniphier-sld8.dtsi" 12/include/ "uniphier-ref-daughter.dtsi" 13/include/ "uniphier-support-card.dtsi" 14 15/ { 16 model = "UniPhier sLD8 Reference Board"; 17 compatible = "socionext,uniphier-sld8-ref", "socionext,uniphier-sld8"; 18 19 memory { 20 device_type = "memory"; 21 reg = <0x80000000 0x20000000>; 22 }; 23 24 chosen { 25 stdout-path = "serial0:115200n8"; 26 }; 27 28 aliases { 29 serial0 = &serial0; 30 serial1 = &serial1; 31 serial2 = &serial2; 32 serial3 = &serial3; 33 i2c0 = &i2c0; 34 i2c1 = &i2c1; 35 i2c2 = &i2c2; 36 i2c3 = &i2c3; 37 }; 38}; 39 40ðsc { 41 interrupts = <0 48 4>; 42}; 43 44&serial0 { 45 status = "okay"; 46}; 47 48&serial2 { 49 status = "okay"; 50}; 51 52&serial3 { 53 status = "okay"; 54}; 55 56&i2c0 { 57 status = "okay"; 58}; 59 60&sd { 61 status = "okay"; 62}; 63 64&usb0 { 65 status = "okay"; 66}; 67 68&usb1 { 69 status = "okay"; 70}; 71 72&usb2 { 73 status = "okay"; 74}; 75 76/* for U-Boot only */ 77&serial0 { 78 u-boot,dm-pre-reloc; 79}; 80 81&pinctrl_uart0 { 82 u-boot,dm-pre-reloc; 83}; 84