1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2 /* 3 * Device Tree Source for UniPhier Pro5 ProEX Board 4 * 5 * Copyright (C) 2021 Socionext Inc. 6 * Author: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> 7 */ 8 9 /dts-v1/; 10 #include "uniphier-pro5.dtsi" 11 12 / { 13 model = "UniPhier Pro5 ProEX Board"; 14 compatible = "socionext,uniphier-pro5-proex", "socionext,uniphier-pro5"; 15 16 chosen { 17 stdout-path = "serial2:115200n8"; 18 }; 19 20 aliases { 21 serial1 = &serial1; 22 serial2 = &serial2; 23 i2c0 = &i2c0; 24 i2c1 = &i2c3; 25 }; 26 27 memory@80000000 { 28 device_type = "memory"; 29 reg = <0x80000000 0x40000000>; 30 }; 31 }; 32 33 &serial1 { 34 status = "okay"; 35 }; 36 37 &serial2 { 38 status = "okay"; 39 }; 40 41 &i2c0 { 42 status = "okay"; 43 }; 44 45 &i2c3 { 46 status = "okay"; 47 }; 48 49 &usb1 { 50 status = "okay"; 51 }; 52 53 &emmc { 54 status = "okay"; 55 }; 56 57 &pcie_ep { 58 status = "okay"; 59 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.