ccu-sun50i-h6-r.h 420 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright 2017 Icenowy Zheng <icenowy@aosc.xyz>
  4. */
  5. #ifndef _CCU_SUN50I_H6_R_H
  6. #define _CCU_SUN50I_H6_R_H
  7. #include <dt-bindings/clock/sun50i-h6-r-ccu.h>
  8. #include <dt-bindings/reset/sun50i-h6-r-ccu.h>
  9. /* AHB/APB bus clocks are not exported except APB1 for R_PIO */
  10. #define CLK_R_AHB 1
  11. #define CLK_R_APB2 3
  12. #define CLK_NUMBER (CLK_W1 + 1)
  13. #endif /* _CCU_SUN50I_H6_R_H */