oxsemi,ox820.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com>
  3. *
  4. * This program is free software; you can redistribute it and/or modify it
  5. * under the terms and conditions of the GNU General Public License,
  6. * version 2, as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope it will be useful, but WITHOUT
  9. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  11. * more details.
  12. *
  13. * You should have received a copy of the GNU General Public License
  14. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. #ifndef DT_CLOCK_OXSEMI_OX820_H
  17. #define DT_CLOCK_OXSEMI_OX820_H
  18. /* PLLs */
  19. #define CLK_820_PLLA 0
  20. #define CLK_820_PLLB 1
  21. /* Gate Clocks */
  22. #define CLK_820_LEON 2
  23. #define CLK_820_DMA_SGDMA 3
  24. #define CLK_820_CIPHER 4
  25. #define CLK_820_SD 5
  26. #define CLK_820_SATA 6
  27. #define CLK_820_AUDIO 7
  28. #define CLK_820_USBMPH 8
  29. #define CLK_820_ETHA 9
  30. #define CLK_820_PCIEA 10
  31. #define CLK_820_NAND 11
  32. #define CLK_820_PCIEB 12
  33. #define CLK_820_ETHB 13
  34. #define CLK_820_REF600 14
  35. #define CLK_820_USBDEV 15
  36. #endif /* DT_CLOCK_OXSEMI_OX820_H */