1// SPDX-License-Identifier: GPL-2.0 2/dts-v1/; 3 4#include "bstc1200.dtsi" 5 6/ { 7 model = "BST C1200-96 CDCU1.0 4C2G"; 8 compatible = "bst,c1200-cdcu1.0-adas-4c2g", "bst,c1200"; 9 10 chosen { 11 stdout-path = "serial0:115200n8"; 12 }; 13 14 memory@810000000 { 15 device_type = "memory"; 16 reg = <0x8 0x10000000 0x0 0x30000000>, 17 <0x8 0xc0000000 0x1 0x0>, 18 <0xc 0x00000000 0x0 0x40000000>; 19 }; 20}; 21 22&uart0 { 23 status = "okay"; 24}; 25