1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2018 Amlogic, Inc. All rights reserved. 4 */ 5 6/dts-v1/; 7 8#include "meson-g12a.dtsi" 9 10/ { 11 compatible = "amlogic,u200", "amlogic,g12a"; 12 model = "Amlogic Meson G12A U200 Development Board"; 13 14 aliases { 15 serial0 = &uart_AO; 16 }; 17 chosen { 18 stdout-path = "serial0:115200n8"; 19 }; 20 memory@0 { 21 device_type = "memory"; 22 reg = <0x0 0x0 0x0 0x40000000>; 23 }; 24}; 25 26&uart_AO { 27 status = "okay"; 28}; 29 30