summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi
blob: 249a786b2a44030f09bd2677e6b9d5e43bed1812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/ {
        cpus {
                cpu@1 {
                        //compatible = "disabled";
                        device_type = "none";
                };
                cpu@2 {
                        //compatible = "disabled";
                        device_type = "none";
                };
                cpu@3 {
                        //compatible = "disabled";
                        device_type = "none";
                };
        };
};