1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2015 Synopsys, Inc. (www.synopsys.com) 4 */ 5/dts-v1/; 6 7#include "skeleton.dtsi" 8 9/ { 10 aliases { 11 console = &uart0; 12 }; 13 14 cpu_card { 15 core_clk: core_clk { 16 #clock-cells = <0>; 17 compatible = "fixed-clock"; 18 clock-frequency = <500000000>; 19 u-boot,dm-pre-reloc; 20 }; 21 }; 22 23 uart0: serial@ff100000 { 24 compatible = "snps,dw-apb-uart"; 25 reg = <0xff100000 0x1000>; 26 reg-shift = <2>; 27 reg-io-width = <4>; 28 }; 29}; 30