1/dts-v1/; 2 3/include/ "test_crosvm_dt_base.dtsi" 4 5/ { 6 rng@90000000 { 7 compatible = "android,rng"; 8 reg = <0x0 0x9 0x0 0xFF>; 9 interrupts = <0x0 0xF 0x4>; 10 google,eh,ignore-gctrl-reset; 11 status = "okay"; 12 iommus = <&pviommu_0 0xFF0>; 13 }; 14 15 led@70000000 { 16 compatible = "android,led"; 17 reg = <0x0 0x1000 0x0 0x9>; 18 interrupts = <0x0 0xF 0x5>; 19 iommus = <&pviommu_0 0xFF1>; 20 }; 21 22 pviommu_0: pviommu0 { 23 compatible = "pkvm,pviommu"; 24 id = <0x4>; 25 #iommu-cells = <1>; 26 }; 27}; 28