dm: Simple Watchdog uclass
[oweals/u-boot.git] / arch / sandbox / dts / test.dts
index 9e46f9e815a6628b16669fb427b7f178b1bd5808..094c5aaf61a12e2930bcaacb87237dbac9368e4b 100644 (file)
                };
        };
 
+       pwrdom: power-domain {
+               compatible = "sandbox,power-domain";
+               #power-domain-cells = <1>;
+       };
+
+       power-domain-test {
+               compatible = "sandbox,power-domain-test";
+               power-domains = <&pwrdom 2>;
+       };
+
+       pwm {
+               compatible = "sandbox,pwm";
+       };
+
+       pwm2 {
+               compatible = "sandbox,pwm";
+       };
+
        ram {
                compatible = "sandbox,ram";
        };
                        };
                };
        };
+
+       wdt0: wdt@0 {
+               compatible = "sandbox,wdt";
+       };
 };
 
 #include "sandbox_pmic.dtsi"