Merge branch 'master' of git://git.denx.de/u-boot-imx
[oweals/u-boot.git] / arch / sandbox / dts / sandbox.dts
index e6d336f16ab3357f25fdef2e7cf06b3245e353b5..40f423da2560920c443d7b193cb432d96ae1d7de 100644 (file)
                yres = <768>;
        };
 
+       leds {
+               compatible = "gpio-leds";
+
+               iracibble {
+                       gpios = <&gpio_a 1 0>;
+                       label = "sandbox:red";
+               };
+
+               martinet {
+                       gpios = <&gpio_a 2 0>;
+                       label = "sandbox:green";
+               };
+       };
+
        pci: pci-controller {
                compatible = "sandbox,pci";
                device_type = "pci";
                stringarray = "one";
        };
 
+       spl-test4 {
+               u-boot,dm-pre-reloc;
+               compatible = "sandbox,spl-test.2";
+       };
+
        square {
                compatible = "demo-shape";
                colour = "blue";