mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
95300f203f
This commit extends the sandbox to implement a dummy extension_board_scan() function and enables the extension command in the sandbox configuration. It then adds a test that checks the proper functionality of the extension command by applying two Device Tree overlays to the sandbox Device Tree. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> [trini: Limit to running on sandbox] Signed-off-by: Tom Rini <trini@konsulko.com>
9 lines
96 B
Text
9 lines
96 B
Text
/dts-v1/;
|
|
/plugin/;
|
|
|
|
&{/buttons} {
|
|
btn4 {
|
|
gpios = <&gpio_a 5 0>;
|
|
label = "button4";
|
|
};
|
|
};
|