mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 16:56:58 +02:00
Many of these files are missing a header. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
163 B
Plaintext
15 lines
163 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Overlay test file
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
&{/buttons} {
|
|
btn4 {
|
|
gpios = <&gpio_a 5 0>;
|
|
label = "button4";
|
|
};
|
|
};
|