1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2016-2014 Synopsys, Inc. (www.synopsys.com)
7 /include/ "skeleton_hs.dtsi"
10 model = "snps,zebu_hs";
11 compatible = "snps,zebu_hs";
14 interrupt-parent = <&core_intc>;
17 device_type = "memory";
18 /* CONFIG_LINUX_RAM_BASE needs to match low mem start */
19 reg = <0x0 0x80000000 0x0 0x20000000 /* 512 MB low mem */
20 0x1 0x00000000 0x0 0x40000000>; /* 1 GB highmem */
24 bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=ttyS0,115200n8 debug print-fatal-signals=1";
32 compatible = "simple-bus";
36 /* only perip space at end of low mem accessible
37 bus addr, parent bus addr, size */
38 ranges = <0x80000000 0x0 0x80000000 0x80000000>;
42 compatible = "fixed-clock";
43 clock-frequency = <50000000>;
46 core_intc: interrupt-controller {
47 compatible = "snps,archs-intc";
49 #interrupt-cells = <1>;
52 uart0: serial@f0000000 {
53 compatible = "ns16550a";
54 reg = <0xf0000000 0x2000>;
56 clock-frequency = <50000000>;
60 no-loopback-test = <1>;
64 compatible = "snps,archs-pct";
65 #interrupt-cells = <1>;
69 virtio0: virtio@f0100000 {
70 compatible = "virtio,mmio";
71 reg = <0xf0100000 0x2000>;
75 virtio1: virtio@f0102000 {
76 compatible = "virtio,mmio";
77 reg = <0xf0102000 0x2000>;
81 virtio2: virtio@f0104000 {
82 compatible = "virtio,mmio";
83 reg = <0xf0104000 0x2000>;
87 virtio3: virtio@f0106000 {
88 compatible = "virtio,mmio";
89 reg = <0xf0106000 0x2000>;
93 virtio4: virtio@f0108000 {
94 compatible = "virtio,mmio";
95 reg = <0xf0108000 0x2000>;