summaryrefslogtreecommitdiff
path: root/arch/sandbox/dts/overlay0.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/dts/overlay0.dts')
-rw-r--r--arch/sandbox/dts/overlay0.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sandbox/dts/overlay0.dts b/arch/sandbox/dts/overlay0.dts
new file mode 100644
index 0000000000..70c6cf77aa
--- /dev/null
+++ b/arch/sandbox/dts/overlay0.dts
@@ -0,0 +1,9 @@
+/dts-v1/;
+/plugin/;
+
+&{/buttons} {
+ btn3 {
+ gpios = <&gpio_a 5 0>;
+ label = "button3";
+ };
+};