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