提交 a89c3a04 编写于 作者: S Simon Glass

sandbox: Add some test LEDs

Add some LEDs to the standard sandbox device tree.
Signed-off-by: NSimon Glass <sjg@chromium.org>
Reviewed-by: NZiping Chen <techping.chan@gmail.com>
上级 4e27b9a5
......@@ -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";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册