bcm6328-power-domain.h 545 B

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