1 /*
2  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef __DT_BINDINGS_POWER_DOMAIN_BCM6328_H
8 #define __DT_BINDINGS_POWER_DOMAIN_BCM6328_H
9 
10 #define BCM6328_PWR_ADSL2_MIPS	0
11 #define BCM6328_PWR_ADSL2_PHY	1
12 #define BCM6328_PWR_ADSL2_AFE	2
13 #define BCM6328_PWR_SAR		3
14 #define BCM6328_PWR_PCM		4
15 #define BCM6328_PWR_USBD	5
16 #define BCM6328_PWR_USBH	6
17 #define BCM6328_PWR_PCIE	7
18 #define BCM6328_PWR_ROBOSW	8
19 #define BCM6328_PWR_EPHY	9
20 
21 #endif /* __DT_BINDINGS_POWER_DOMAIN_BCM6328_H */
22