1/dts-v1/;
2
3/include/ "test_crosvm_dt_base.dtsi"
4
5/ {
6    bus0 {
7        #address-cells = <0x2>;
8        #size-cells = <0x2>;
9
10        backlight@90000000 {
11            compatible = "android,backlight";
12            reg = <0x0 0x9 0x0 0xFF>;
13            interrupts = <0x0 0xF 0x4>;
14            google,eh,ignore-gctrl-reset;
15            status = "okay";
16        };
17    };
18};
19