summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/reset/sun8i-de2.h
diff options
context:
space:
mode:
Diffstat (limited to 'dts/include/dt-bindings/reset/sun8i-de2.h')
-rw-r--r--dts/include/dt-bindings/reset/sun8i-de2.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/include/dt-bindings/reset/sun8i-de2.h b/dts/include/dt-bindings/reset/sun8i-de2.h
new file mode 100644
index 0000000000..9526017432
--- /dev/null
+++ b/dts/include/dt-bindings/reset/sun8i-de2.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.io>
+ *
+ * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+ */
+
+#ifndef _DT_BINDINGS_RESET_SUN8I_DE2_H_
+#define _DT_BINDINGS_RESET_SUN8I_DE2_H_
+
+#define RST_MIXER0 0
+#define RST_MIXER1 1
+#define RST_WB 2
+
+#endif /* _DT_BINDINGS_RESET_SUN8I_DE2_H_ */