aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-10 11:34:51 -0600
committerSimon Glass <sjg@chromium.org>2017-04-14 19:38:57 -0600
commita89c3a04bcb416102eaa0b7c398209dbc1c796a2 (patch)
treef1319b3abf3a72c9ca337f14dc332772a65c6a1e /arch/sandbox
parent4e27b9a5845e9c061b315b7ca301eff982d6898f (diff)
downloadu-boot-midas-a89c3a04bcb416102eaa0b7c398209dbc1c796a2.tar.gz
u-boot-midas-a89c3a04bcb416102eaa0b7c398209dbc1c796a2.tar.bz2
u-boot-midas-a89c3a04bcb416102eaa0b7c398209dbc1c796a2.zip
sandbox: Add some test LEDs
Add some LEDs to the standard sandbox device tree. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ziping Chen <techping.chan@gmail.com>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/sandbox.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts
index 20614646f7..40f423da25 100644
--- a/arch/sandbox/dts/sandbox.dts
+++ b/arch/sandbox/dts/sandbox.dts
@@ -123,6 +123,20 @@
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";