diff options
Diffstat (limited to 'arch/sandbox/dts/overlay1.dtso')
| -rw-r--r-- | arch/sandbox/dts/overlay1.dtso | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/sandbox/dts/overlay1.dtso b/arch/sandbox/dts/overlay1.dtso new file mode 100644 index 00000000000..303e713f336 --- /dev/null +++ b/arch/sandbox/dts/overlay1.dtso @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Overlay test file + */ + +/dts-v1/; +/plugin/; + +&{/buttons} { + btn4 { + gpios = <&gpio_a 5 0>; + label = "button4"; + }; +}; |
