| /* |
| * Copyright (c) 2016-2017 Andreas Färber |
| * |
| * SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| */ |
| |
| /dts-v1/; |
| |
| /memreserve/ 0x0000000000000000 0x0000000000030000; |
| /memreserve/ 0x000000000001f000 0x0000000000001000; |
| /memreserve/ 0x0000000000030000 0x00000000000d0000; |
| /memreserve/ 0x0000000001b00000 0x00000000004be000; |
| /memreserve/ 0x0000000001ffe000 0x0000000000004000; |
| |
| #include "rtd1295.dtsi" |
| |
| / { |
| compatible = "zidoo,x9s", "realtek,rtd1295"; |
| model = "Zidoo X9S"; |
| |
| memory@0 { |
| device_type = "memory"; |
| reg = <0x0 0x80000000>; |
| }; |
| |
| aliases { |
| serial0 = &uart0; |
| serial1 = &uart1; |
| }; |
| |
| chosen { |
| stdout-path = "serial0:115200n8"; |
| }; |
| }; |
| |
| &uart0 { |
| status = "okay"; |
| }; |
| |
| &uart1 { |
| status = "okay"; |
| }; |