summaryrefslogtreecommitdiffstats
path: root/bsp/meta-arm/meta-arm-autonomy/recipes-extended/xen-devicetree/files/xen.dtsi.in
blob: 42d12fae8b720adea312055b8af5028b9a8ad836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/ {
    chosen {
        xen,dom0-bootargs = "###XEN_DOM0_BOOTARGS###";
        xen,xen-bootargs = "###XEN_XEN_BOOTARGS###";

        modules {
            #size-cells = <0x00000001>;
            #address-cells = <0x00000001>;

            module@0 {
                reg = <###XEN_DOM0_ADDR### ###XEN_DOM0_SIZE###>;
                compatible = "multiboot,module";
            };
        };
    };
};