1/* 2 * Copyright (c) 2021 Aspeed Technology Inc. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8#include <aspeed/ast10x0.dtsi> 9 10/ { 11 model = "Aspeed AST1030 Evaluation board"; 12 compatible = "aspeed,ast1030-evb"; 13 14 chosen { 15 zephyr,console = &uart5; 16 zephyr,shell-uart = &uart5; 17 zephyr,sram = &sram0; 18 }; 19}; 20 21&sram0 { 22 reg = <0 DT_SIZE_K(448)>, <0x70000 DT_SIZE_K(320)>; 23}; 24 25&uart5 { 26 clock-frequency = <1846153>; 27 current-speed = <115200>; 28 status = "okay"; 29}; 30