/* * Copyright (c) 2020 EPAM Systems * * SPDX-License-Identifier: Apache-2.0 * * This file was created by running * * # LIBXL_DEBUG_DUMP_DTB=domu-libxl.dtb xl create zephyr.conf * * decompilling resulting domu-libxl.dtb and then manually aligning it * with zephyr requirements. */ /dts-v1/; #include #include #include / { model = "XENVM-4.15"; compatible = "xen,xenvm-4.15", "xen,xenvm"; interrupt-parent = <&gic>; #address-cells = <0x02>; #size-cells = <0x02>; chosen { zephyr,console = &sbsa; zephyr,shell-uart = &sbsa; zephyr,sram = &ram; }; cpus { #address-cells = <0x01>; #size-cells = <0x00>; cpu@0 { device_type = "cpu"; compatible = "arm,armv8"; enable-method = "psci"; reg = <0x00>; }; }; psci { compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci"; method = "hvc"; label = "PSCI"; }; ram: memory@40000000 { device_type = "mmio-sram"; reg = <0x00 0x40000000 0x00 DT_SIZE_M(16)>; }; gic: interrupt-controller@3001000 { compatible = "arm,gic"; label = "GIC"; #interrupt-cells = <0x04>; #address-cells = <0x00>; interrupt-controller; reg = <0x00 0x3001000 0x00 0x1000 0x00 0x3002000 0x00 0x2000>; }; timer { compatible = "arm,armv8-timer"; interrupts = ; interrupt-parent = <&gic>; label = "arch_timer"; }; hypervisor: hypervisor@38000000 { compatible = "xen,xen-4.15", "xen,xen"; reg = <0x00 0x38000000 0x00 0x1000000>; interrupts = ; interrupt-parent = <&gic>; }; sbsa: sbsa-pl011@22000000 { compatible = "arm,sbsa-uart"; reg = <0x00 0x22000000 0x00 0x1000>; interrupts = ; interrupt-parent = <&gic>; current-speed = <0x1c200>; label = "UART"; }; };