X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/35a7d633d3f16c1e0539af6ca5d8e7482926cd93..9daf4fcdae88f72af60aeb0c7722841af02233d4:/lunaix-os/tests/units/device-tree/samples/inheritence.dts 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