cmd: Add bind/unbind commands to bind a device to a driver from the command line
[oweals/u-boot.git] / arch / sandbox / dts / test.dts
index 118ff9f68550966600349b666de0a5eab59d207a..366826333181b96d1186ab0a7be8b5a6b1fde662 100644 (file)
                reg = <2 1>;
        };
 
+       bind-test {
+               bind-test-child1 {
+                       compatible = "sandbox,phy";
+                       #phy-cells = <1>;
+               };
+
+               bind-test-child2 {
+                       compatible = "simple-bus";
+               };
+       };
+
        b-test {
                reg = <3 1>;
                compatible = "denx,u-boot-fdt-test";