mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
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>
This commit is contained in:
@@ -123,6 +123,20 @@
|
|||||||
yres = <768>;
|
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 {
|
pci: pci-controller {
|
||||||
compatible = "sandbox,pci";
|
compatible = "sandbox,pci";
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
|
Reference in New Issue
Block a user