1 // SPDX-License-Identifier: (GPL-2.0-or-later 2 /* 3 * Copyright (c) 2016-2017 Andreas Färber 4 */ 5 6 /dts-v1/; 7 8 #include "rtd1295.dtsi" 9 10 / { 11 compatible = "zidoo,x9s", "realtek,rtd 12 model = "Zidoo X9S"; 13 14 memory@1f000 { 15 device_type = "memory"; 16 reg = <0x1f000 0x7ffe1000>; /* 17 }; 18 19 aliases { 20 serial0 = &uart0; 21 serial1 = &uart1; 22 }; 23 24 chosen { 25 stdout-path = "serial0:115200n 26 }; 27 }; 28 29 &uart0 { 30 status = "okay"; 31 }; 32 33 &uart1 { 34 status = "okay"; 35 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.