| 123456789101112131415161718192021222324252627282930313233343536 |
- /*
- * Copyright (c) 2016-2017 Andreas Färber
- *
- * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
- */
- /dts-v1/;
- #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";
- };
|