1/dts-v1/; 2/plugin/; 3 4/ { 5 host { 6 #address-cells = <0x2>; 7 #size-cells = <0x1>; 8 rng { 9 reg = <0x0 0x12f00000 0xFF>; 10 iommus = <&iommu0 0x3>; 11 android,pvmfw,target = <&rng>; 12 }; 13 light { 14 reg = <0x0 0x00f00000 0x1000>, <0x0 0x00f10000 0x1000>; 15 iommus = <&iommu1 0x4>, <&iommu2 0x5>; 16 android,pvmfw,target = <&light>; 17 }; 18 led { 19 reg = <0x0 0x12000000 0x9>; 20 iommus = <&iommu0 0x9>; 21 android,pvmfw,target = <&led>; 22 }; 23 bus0 { 24 #address-cells = <0x1>; 25 #size-cells = <0x1>; 26 backlight { 27 reg = <0x300 0xFF>; 28 android,pvmfw,target = <&backlight>; 29 }; 30 }; 31 iommu0: iommu0 { 32 #iommu-cells = <0x1>; 33 android,pvmfw,token = <0x0 0x12e40000>; 34 }; 35 iommu1: iommu1 { 36 #iommu-cells = <0x1>; 37 android,pvmfw,token = <0x0 0x40000>; 38 }; 39 iommu2: iommu2 { 40 #iommu-cells = <0x1>; 41 android,pvmfw,token = <0x0 0x50000>; 42 }; 43 }; 44}; 45 46&{/} { 47 rng: rng { 48 compatible = "android,rng"; 49 android,rng,ignore-gctrl-reset; 50 }; 51 52 light: light { 53 compatible = "android,light"; 54 version = <0x1 0x2>; 55 }; 56 57 led: led { 58 compatible = "android,led"; 59 prop = <0x555>; 60 }; 61 62 bus0 { 63 backlight: backlight { 64 compatible = "android,backlight"; 65 android,backlight,ignore-gctrl-reset; 66 }; 67 }; 68};