arm64: zynqmp: Disable BOOTCOMMAND
[oweals/u-boot.git] / arch / arc / dts / nsim.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
4  */
5 /dts-v1/;
6
7 #include "skeleton.dtsi"
8
9 / {
10         model = "snps,nsim";
11
12         aliases {
13                 console = &arcuart0;
14         };
15
16         cpu_card {
17                 core_clk: core_clk {
18                         #clock-cells = <0>;
19                         compatible = "fixed-clock";
20                         clock-frequency = <70000000>;
21                         u-boot,dm-pre-reloc;
22                 };
23         };
24
25         arcuart0: serial@0xc0fc1000 {
26                 compatible = "snps,arc-uart";
27                 reg = <0xc0fc1000 0x100>;
28                 clock-frequency = <70000000>;
29         };
30
31 };