]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - test/dm/test.dts
dm: Provide a function to scan child FDT nodes
[people/ms/u-boot.git] / test / dm / test.dts
index 60503f1da34fe9b015b62b786089c5a3939bd43a..84895951550ffec7b1df26c4f2e782398f589ce5 100644 (file)
        some-bus {
                #address-cells = <1>;
                #size-cells = <0>;
+               compatible = "denx,u-boot-test-bus";
                reg = <3>;
                ping-expect = <4>;
                ping-add = <4>;
-               c-test {
+               c-test@5 {
                        compatible = "denx,u-boot-fdt-test";
                        reg = <5>;
+                       ping-expect = <5>;
                        ping-add = <5>;
                };
+               c-test@0 {
+                       compatible = "denx,u-boot-fdt-test";
+                       reg = <0>;
+                       ping-expect = <6>;
+                       ping-add = <6>;
+               };
+               c-test@1 {
+                       compatible = "denx,u-boot-fdt-test";
+                       reg = <1>;
+                       ping-expect = <7>;
+                       ping-add = <7>;
+               };
        };
 
        d-test {