xref: /linux/arch/arm64/boot/dts/arm/zena-css-fvp.dts (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2/*
3 * Copyright (c) 2025, Arm Limited. All rights reserved.
4 */
5
6/dts-v1/;
7
8#include "zena-css.dtsi"
9
10/ {
11	model = "Zena CSS Fixed Virtual Platform";
12	compatible = "arm,zena-css-fvp", "arm,zena-css", "arm,vexpress";
13
14	chosen {
15		stdout-path = &soc_serial0;
16	};
17
18	memory@80000000 {
19		device_type = "memory";
20
21		/* ~2GB mapped at 2GB, another 2GB at 2TB */
22		reg = <0x00000000 0x80000000 0x00000000 0x7f000000>,
23		      <0x00000200 0x00000000 0x00000000 0x80000000>;
24	};
25};
26
27&soc {
28	virtio@30020000 {
29		compatible = "virtio,mmio";
30		reg = <0x0 0x30020000 0x0 0x10000>;
31		interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>;
32	};
33
34	virtio@30030000 {
35		compatible = "virtio,mmio";
36		reg = <0x0 0x30030000 0x0 0x10000>;
37		interrupts = <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>;
38	};
39
40	virtio@30040000 {
41		compatible = "virtio,mmio";
42		reg = <0x0 0x30040000 0x0 0x10000>;
43		interrupts = <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>;
44	};
45
46	virtio@30050000 {
47		compatible = "virtio,mmio";
48		reg = <0x0 0x30050000 0x0 0x10000>;
49		interrupts = <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
50	};
51
52	virtio@30060000 {
53		compatible = "virtio,mmio";
54		reg = <0x0 0x30060000 0x0 0x10000>;
55		interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>;
56	};
57
58	virtio@30080000 {
59		compatible = "virtio,mmio";
60		reg = <0x0 0x30080000 0x0 0x10000>;
61		interrupts = <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>;
62	};
63};
64