1// SPDX-License-Identifier: GPL-2.0+
2/*
3 *  Overlay test file
4 */
5
6/dts-v1/;
7/plugin/;
8
9&{/buttons} {
10	btn4 {
11		gpios = <&gpio_a 5 0>;
12		label = "button4";
13	};
14};
15