dm: Add a No-op uclass
[oweals/u-boot.git] / arch / sandbox / dts / test.dts
index 8b2d6451c64375cf7d10b509c54fda8e8216a931..c328258901a93b90517f56856e251e7ec4ec4f4e 100644 (file)
                sandbox,silent; /* Don't emit sounds while testing */
        };
 
+       nop-test_0 {
+               compatible = "sandbox,nop_sandbox1";
+               nop-test_1 {
+                       compatible = "sandbox,nop_sandbox2";
+                       bind = "True";
+               };
+               nop-test_2 {
+                       compatible = "sandbox,nop_sandbox2";
+                       bind = "False";
+               };
+       };
+
        misc-test {
                compatible = "sandbox,misc_sandbox";
        };