summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/power-domain
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2018-02-03 10:30:27 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-03-21 23:23:13 +0100
commit8f240a3b45d6b6cf51c69c3ae7e1b0f1774671a7 (patch)
tree0b3bfa236472f6cda4044c4cfd6069d9a5429c3c /include/dt-bindings/power-domain
parent1b075ba0164e00851e7f3c3ae1049aa8cb0e8e12 (diff)
downloadu-boot-8f240a3b45d6b6cf51c69c3ae7e1b0f1774671a7.tar.gz
u-boot-8f240a3b45d6b6cf51c69c3ae7e1b0f1774671a7.tar.xz
u-boot-8f240a3b45d6b6cf51c69c3ae7e1b0f1774671a7.zip
MIPS: add support for Broadcom MIPS BCM6362 SoC family
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'include/dt-bindings/power-domain')
-rw-r--r--include/dt-bindings/power-domain/bcm6362-power-domain.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/dt-bindings/power-domain/bcm6362-power-domain.h b/include/dt-bindings/power-domain/bcm6362-power-domain.h
new file mode 100644
index 0000000000..3178b00b57
--- /dev/null
+++ b/include/dt-bindings/power-domain/bcm6362-power-domain.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2018 Álvaro Fernández Rojas <noltari@gmail.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __DT_BINDINGS_POWER_DOMAIN_BCM6362_H
+#define __DT_BINDINGS_POWER_DOMAIN_BCM6362_H
+
+#define BCM6362_PWR_SAR 0
+#define BCM6362_PWR_IPSEC 1
+#define BCM6362_PWR_MIPS 2
+#define BCM6362_PWR_DECT 3
+#define BCM6362_PWR_USBH 4
+#define BCM6362_PWR_USBD 5
+#define BCM6362_PWR_ROBOSW 6
+#define BCM6362_PWR_PCM 7
+#define BCM6362_PWR_PERIPH 8
+#define BCM6362_PWR_ADSL_PHY 9
+#define BCM6362_PWR_GMII_PADS 10
+#define BCM6362_PWR_FAP 11
+#define BCM6362_PWR_PCIE 12
+#define BCM6362_PWR_WLAN_PADS 13
+
+#endif /* __DT_BINDINGS_POWER_DOMAIN_BCM6362_H */