1/dts-v1/;
2
3/include/ "test_crosvm_dt_base.dtsi"
4
5/ {
6    light {
7        reg = <0x0 0x10000 0x0 0x1000>, <0x0 0x20000 0x0 0x1000>;
8        iommus = <&pviommu_0 0xF>, <&pviommu_1 0xF>;
9    };
10
11    pviommu_0: pviommu0 {
12        compatible = "pkvm,pviommu";
13        id = <0xFF>;
14        #iommu-cells = <1>;
15    };
16
17    pviommu_1: pviommu1 {
18        compatible = "pkvm,pviommu";
19        id = <0xFF>;
20        #iommu-cells = <1>;
21    };
22};
23