bcm6318-reset.h 539 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. #ifndef __DT_BINDINGS_RESET_BCM6318_H
  3. #define __DT_BINDINGS_RESET_BCM6318_H
  4. #define BCM6318_RST_SPI 0
  5. #define BCM6318_RST_EPHY 1
  6. #define BCM6318_RST_SAR 2
  7. #define BCM6318_RST_ENETSW 3
  8. #define BCM6318_RST_USBD 4
  9. #define BCM6318_RST_USBH 5
  10. #define BCM6318_RST_PCIE_CORE 6
  11. #define BCM6318_RST_PCIE 7
  12. #define BCM6318_RST_PCIE_EXT 8
  13. #define BCM6318_RST_PCIE_HARD 9
  14. #define BCM6318_RST_ADSL 10
  15. #define BCM6318_RST_PHYMIPS 11
  16. #define BCM6318_RST_HOSTMIPS 12
  17. #endif /* __DT_BINDINGS_RESET_BCM6318_H */