brintos

brintos / linux-shallow public Read only

0
0
Text · 712 B · 84ded53 Raw
22 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2 3#ifndef __DT_BINDINGS_BMIPS_BCM63268_PM_H4#define __DT_BINDINGS_BMIPS_BCM63268_PM_H5 6#define BCM63268_POWER_DOMAIN_SAR	07#define BCM63268_POWER_DOMAIN_IPSEC	18#define BCM63268_POWER_DOMAIN_MIPS	29#define BCM63268_POWER_DOMAIN_DECT	310#define BCM63268_POWER_DOMAIN_USBH	411#define BCM63268_POWER_DOMAIN_USBD	512#define BCM63268_POWER_DOMAIN_ROBOSW	613#define BCM63268_POWER_DOMAIN_PCM	714#define BCM63268_POWER_DOMAIN_PERIPH	815#define BCM63268_POWER_DOMAIN_VDSL_PHY	916#define BCM63268_POWER_DOMAIN_VDSL_MIPS	1017#define BCM63268_POWER_DOMAIN_FAP	1118#define BCM63268_POWER_DOMAIN_PCIE	1219#define BCM63268_POWER_DOMAIN_WLAN_PADS	1320 21#endif /* __DT_BINDINGS_BMIPS_BCM63268_PM_H */22