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