u-boot/arch/sandbox/dts/overlay1.dts
Simon Glass 7dcc2f7e7a sandbox: Add license headers to the dts files
Many of these files are missing a header. Fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-09-16 13:19:25 -04:00

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";
};
};