blob: 9e5f38962bcabbdc3b09e8b03222ad67f945c725 [file] [log] [blame]
Simon Glass7dcc2f72021-08-18 21:40:25 -06001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Overlay test file
4 */
5
Kory Maincent95300f22021-05-04 19:31:23 +02006/dts-v1/;
7/plugin/;
8
9&{/buttons} {
10 btn3 {
11 gpios = <&gpio_a 5 0>;
12 label = "button3";
13 };
14};