bcm63268-reset.h 882 B

12345678910111213141516171819202122232425262728293031
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2017 Á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_BCM63268_H
  8. #define __DT_BINDINGS_RESET_BCM63268_H
  9. #define BCM63268_RST_SPI 0
  10. #define BCM63268_RST_IPSEC 1
  11. #define BCM63268_RST_EPHY 2
  12. #define BCM63268_RST_SAR 3
  13. #define BCM63268_RST_ENETSW 4
  14. #define BCM63268_RST_USBS 5
  15. #define BCM63268_RST_USBH 6
  16. #define BCM63268_RST_PCM 7
  17. #define BCM63268_RST_PCIE_CORE 8
  18. #define BCM63268_RST_PCIE 9
  19. #define BCM63268_RST_PCIE_EXT 10
  20. #define BCM63268_RST_WLAN_SHIM 11
  21. #define BCM63268_RST_DDR_PHY 12
  22. #define BCM63268_RST_FAP0 13
  23. #define BCM63268_RST_WLAN_UBUS 14
  24. #define BCM63268_RST_DECT 15
  25. #define BCM63268_RST_FAP1 16
  26. #define BCM63268_RST_PCIE_HARD 17
  27. #define BCM63268_RST_GPHY 18
  28. #endif /* __DT_BINDINGS_RESET_BCM63268_H */