mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
7dcc2f7e7a
Many of these files are missing a header. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>
14 lines
163 B
Text
14 lines
163 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Overlay test file
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
&{/buttons} {
|
|
btn4 {
|
|
gpios = <&gpio_a 5 0>;
|
|
label = "button4";
|
|
};
|
|
};
|