X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/6942ebae59c3904674dce6b67cd07c43a3bbe00d..7e13988c1113d38bec17bd79b71757d78d977e76:/lunaix-os/tests/units/device-tree/samples/inheritence.dts?ds=sidebyside diff --git a/lunaix-os/tests/units/device-tree/samples/inheritence.dts b/lunaix-os/tests/units/device-tree/samples/inheritence.dts new file mode 100644 index 0000000..a7f14f8 --- /dev/null +++ b/lunaix-os/tests/units/device-tree/samples/inheritence.dts @@ -0,0 +1,17 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <2>; + + C1: child@1 { + #interrupt-cells = <3>; + C2: child@2 { + #address-cells = <4>; + C3: child@3 { + #size-cells = <0>; + #interrupt-cells = <0>; + }; + }; + }; +}; \ No newline at end of file