aboutsummaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorHiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>2018-09-27 19:05:18 +0900
committerMarek Vasut <marex@denx.de>2018-10-18 19:07:47 +0200
commit2a1eade825149647ffbe4da5dce0883d45d3a137 (patch)
tree17295ae91ddb37297c97223e17e59bc55938724b /include/dt-bindings
parentcf97b2213a60417e030e530d472f25ded49ee5b8 (diff)
downloadu-boot-2a1eade825149647ffbe4da5dce0883d45d3a137.zip
u-boot-2a1eade825149647ffbe4da5dce0883d45d3a137.tar.gz
u-boot-2a1eade825149647ffbe4da5dce0883d45d3a137.tar.bz2
ARM: dts: rmobile: r8a77990: Add USB2.0(EHCI) DT nodes on Ebisu
Add device tree nodes for USB2.0(EHCI) on R-Car E3 Ebisu board. Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/power/r8a77990-sysc.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/dt-bindings/power/r8a77990-sysc.h b/include/dt-bindings/power/r8a77990-sysc.h
new file mode 100644
index 0000000..1409c73
--- /dev/null
+++ b/include/dt-bindings/power/r8a77990-sysc.h
@@ -0,0 +1,20 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright (C) 2018 Renesas Electronics Corp.
+ */
+#ifndef __DT_BINDINGS_POWER_R8A77990_SYSC_H__
+#define __DT_BINDINGS_POWER_R8A77990_SYSC_H__
+
+/*
+ * These power domain indices match the numbers of the interrupt bits
+ * representing the power areas in the various Interrupt Registers
+ * (e.g. SYSCISR, Interrupt Status Register)
+ */
+
+#define R8A77990_PD_CA53_CPU0 5
+#define R8A77990_PD_CA53_SCU 21
+
+/* Always-on power area */
+#define R8A77990_PD_ALWAYS_ON 32
+
+#endif /* __DT_BINDINGS_POWER_R8A77990_SYSC_H__ */