bcm6362-reset.h 746 B

123456789101112131415161718192021222324252627
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2018 Álvaro Fernández Rojas <noltari@gmail.com>
  4. *
  5. * Derived from linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h
  6. */
  7. #ifndef __DT_BINDINGS_RESET_BCM6362_H
  8. #define __DT_BINDINGS_RESET_BCM6362_H
  9. #define BCM6362_RST_SPI 0
  10. #define BCM6362_RST_IPSEC 1
  11. #define BCM6362_RST_EPHY 2
  12. #define BCM6362_RST_SAR 3
  13. #define BCM6362_RST_ENETSW 4
  14. #define BCM6362_RST_USBD 5
  15. #define BCM6362_RST_USBH 6
  16. #define BCM6362_RST_PCM 7
  17. #define BCM6362_RST_PCIE_CORE 8
  18. #define BCM6362_RST_PCIE 9
  19. #define BCM6362_RST_PCIE_EXT 10
  20. #define BCM6362_RST_WLAN_SHIM 11
  21. #define BCM6362_RST_DDR_PHY 12
  22. #define BCM6362_RST_FAP 13
  23. #define BCM6362_RST_WLAN_UBUS 14
  24. #endif /* __DT_BINDINGS_RESET_BCM6362_H */