]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/dts/sandbox.dts
fs/fat: split out helper to init fsdata
[u-boot] / arch / sandbox / dts / sandbox.dts
index 20614646f7fa608feec1f1e207c9e705b64a7212..0aba6c9a6da6f17f6ecb912edb07a0eaf69d0d27 100644 (file)
@@ -5,6 +5,7 @@
 / {
        #address-cells = <1>;
        #size-cells = <1>;
+       model = "sandbox";
 
        aliases {
                eth5 = "/eth@90000000";
                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";