summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2018-05-17 12:46:00 +0300
committerStefan Roese <sr@denx.de>2018-05-29 09:33:03 +0300
commit04f5785ae3c7f0f1aa1117671e71421becfdfa7c (patch)
tree9f1c935e93d40fd4a315053ccf911ac885a4b06b /include/dt-bindings
parent4a54e54c9703dde4181a0adb6deb689c2530fce5 (diff)
downloadu-boot-04f5785ae3c7f0f1aa1117671e71421becfdfa7c.tar.xz
ARM: kirkwood: Add device-tree for netspace & inetspace
Import the dts files from Linux 4.17 and enable CONFIG_OF_CONTROL. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/leds/leds-ns2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dt-bindings/leds/leds-ns2.h b/include/dt-bindings/leds/leds-ns2.h
new file mode 100644
index 0000000000..fd615749e7
--- /dev/null
+++ b/include/dt-bindings/leds/leds-ns2.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _DT_BINDINGS_LEDS_NS2_H
+#define _DT_BINDINGS_LEDS_NS2_H
+
+#define NS_V2_LED_OFF 0
+#define NS_V2_LED_ON 1
+#define NS_V2_LED_SATA 2
+
+#endif