// SPDX-License-Identifier: GPL-2.0+
/*
 *  Overlay test file
 */

/dts-v1/;
/plugin/;

&{/buttons} {
	btn4 {
		gpios = <&gpio_a 5 0>;
		label = "button4";
	};
};