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