]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arc/dts/nsim.dts
arc: Rename ARCangel4 board to nSIM
[people/ms/u-boot.git] / arch / arc / dts / nsim.dts
CommitLineData
01496c4f 1/*
cc8be222 2 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
01496c4f
AB
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 = &arcuart0;
16 };
17
18 arcuart0: serial@0xc0fc1000 {
19 compatible = "snps,arc-uart";
20 reg = <0xc0fc1000 0x100>;
21 clock-frequency = <80000000>;
22 };
23
24};