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    pviommu_0: pviommu0 {
16        compatible = "pkvm,pviommu";
17        id = <0x4>;
18        #iommu-cells = <1>;
19    };
20};
21