1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2018 Synopsys, Inc. All rights reserved. 4 */ 5/dts-v1/; 6 7#include "skeleton.dtsi" 8 9/ { 10 model = "snps,emsdp"; 11 12 #address-cells = <1>; 13 #size-cells = <1>; 14 15 aliases { 16 console = &uart0; 17 }; 18 19 cpu_card { 20 core_clk: core_clk { 21 #clock-cells = <0>; 22 compatible = "fixed-clock"; 23 clock-frequency = <40000000>; 24 u-boot,dm-pre-reloc; 25 }; 26 }; 27 28 uart0: serial0@f0004000 { 29 compatible = "snps,dw-apb-uart"; 30 clock-frequency = <100000000>; 31 reg = <0xf0004000 0x1000>; 32 reg-shift = <2>; 33 reg-io-width = <4>; 34 }; 35}; 36