]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arc/dts/abilis_tb100.dts
arc: add empty asm/processor.h to satisfy compilation of USB code
[people/ms/u-boot.git] / arch / arc / dts / abilis_tb100.dts
CommitLineData
09424d11
AB
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};