Skip to content
Snippets Groups Projects
Commit a89c3a04 authored by Simon Glass's avatar Simon Glass
Browse files

sandbox: Add some test LEDs


Add some LEDs to the standard sandbox device tree.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarZiping Chen <techping.chan@gmail.com>
parent 4e27b9a5
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment