122f65a38SJerome Brunet /* SPDX-License-Identifier: GPL-2.0 */ 2d0c175daSAlexander Müller /* 3d0c175daSAlexander Müller * Copyright (c) 2015 Endless Mobile, Inc. 4d0c175daSAlexander Müller * Author: Carlo Caione <carlo@endlessm.com> 5d0c175daSAlexander Müller * 6d0c175daSAlexander Müller * Copyright (c) 2016 BayLibre, Inc. 7d0c175daSAlexander Müller * Michael Turquette <mturquette@baylibre.com> 8d0c175daSAlexander Müller */ 9d0c175daSAlexander Müller 10d0c175daSAlexander Müller #ifndef __MESON8B_H 11d0c175daSAlexander Müller #define __MESON8B_H 12d0c175daSAlexander Müller 13d0c175daSAlexander Müller /* 14d0c175daSAlexander Müller * Clock controller register offsets 15d0c175daSAlexander Müller * 16d0c175daSAlexander Müller * Register offsets from the HardKernel[0] data sheet are listed in comment 17d0c175daSAlexander Müller * blocks below. Those offsets must be multiplied by 4 before adding them to 18d0c175daSAlexander Müller * the base address to get the right value 19d0c175daSAlexander Müller * 20d0c175daSAlexander Müller * [0] http://dn.odroid.com/S805/Datasheet/S805_Datasheet%20V0.8%2020150126.pdf 21d0c175daSAlexander Müller */ 22b882964bSMartin Blumenstingl #define HHI_GP_PLL_CNTL 0x40 /* 0x10 offset in data sheet */ 23a29ae860SMartin Blumenstingl #define HHI_GP_PLL_CNTL2 0x44 /* 0x11 offset in data sheet */ 24a29ae860SMartin Blumenstingl #define HHI_GP_PLL_CNTL3 0x48 /* 0x12 offset in data sheet */ 25a29ae860SMartin Blumenstingl #define HHI_GP_PLL_CNTL4 0x4C /* 0x13 offset in data sheet */ 26a29ae860SMartin Blumenstingl #define HHI_GP_PLL_CNTL5 0x50 /* 0x14 offset in data sheet */ 276cb57c67SMartin Blumenstingl #define HHI_VIID_CLK_DIV 0x128 /* 0x4a offset in data sheet */ 286cb57c67SMartin Blumenstingl #define HHI_VIID_CLK_CNTL 0x12c /* 0x4b offset in data sheet */ 29e31a1900SAlexander Müller #define HHI_GCLK_MPEG0 0x140 /* 0x50 offset in data sheet */ 30e31a1900SAlexander Müller #define HHI_GCLK_MPEG1 0x144 /* 0x51 offset in data sheet */ 31e31a1900SAlexander Müller #define HHI_GCLK_MPEG2 0x148 /* 0x52 offset in data sheet */ 32e31a1900SAlexander Müller #define HHI_GCLK_OTHER 0x150 /* 0x54 offset in data sheet */ 33e31a1900SAlexander Müller #define HHI_GCLK_AO 0x154 /* 0x55 offset in data sheet */ 34e0818a39SAlexander Müller #define HHI_SYS_CPU_CLK_CNTL1 0x15c /* 0x57 offset in data sheet */ 356cb57c67SMartin Blumenstingl #define HHI_VID_CLK_DIV 0x164 /* 0x59 offset in data sheet */ 36e0818a39SAlexander Müller #define HHI_MPEG_CLK_CNTL 0x174 /* 0x5d offset in data sheet */ 37f278f05eSMartin Blumenstingl #define HHI_AUD_CLK_CNTL 0x178 /* 0x5e offset in data sheet */ 3818962172SMartin Blumenstingl #define HHI_VID_CLK_CNTL 0x17c /* 0x5f offset in data sheet */ 39c39c24c1SMartin Blumenstingl #define HHI_AUD_CLK_CNTL2 0x190 /* 0x64 offset in data sheet */ 406cb57c67SMartin Blumenstingl #define HHI_VID_CLK_CNTL2 0x194 /* 0x65 offset in data sheet */ 4118962172SMartin Blumenstingl #define HHI_VID_DIVIDER_CNTL 0x198 /* 0x66 offset in data sheet */ 4218962172SMartin Blumenstingl #define HHI_SYS_CPU_CLK_CNTL0 0x19c /* 0x67 offset in data sheet */ 4374e1f252SMartin Blumenstingl #define HHI_MALI_CLK_CNTL 0x1b0 /* 0x6c offset in data sheet */ 4441785ce5SMartin Blumenstingl #define HHI_VPU_CLK_CNTL 0x1bc /* 0x6f offset in data sheet */ 456cb57c67SMartin Blumenstingl #define HHI_HDMI_CLK_CNTL 0x1cc /* 0x73 offset in data sheet */ 4690751f68SMartin Blumenstingl #define HHI_VDEC_CLK_CNTL 0x1e0 /* 0x78 offset in data sheet */ 4790751f68SMartin Blumenstingl #define HHI_VDEC2_CLK_CNTL 0x1e4 /* 0x79 offset in data sheet */ 4890751f68SMartin Blumenstingl #define HHI_VDEC3_CLK_CNTL 0x1e8 /* 0x7a offset in data sheet */ 49b8c1ddadSMartin Blumenstingl #define HHI_NAND_CLK_CNTL 0x25c /* 0x97 offset in data sheet */ 50e0818a39SAlexander Müller #define HHI_MPLL_CNTL 0x280 /* 0xa0 offset in data sheet */ 51e0818a39SAlexander Müller #define HHI_SYS_PLL_CNTL 0x300 /* 0xc0 offset in data sheet */ 52e0818a39SAlexander Müller #define HHI_VID_PLL_CNTL 0x320 /* 0xc8 offset in data sheet */ 53007f3da7SMartin Blumenstingl #define HHI_VID_PLL_CNTL2 0x324 /* 0xc9 offset in data sheet */ 54d0c175daSAlexander Müller 550f32e64bSAlexander Müller /* 56b778f745SJerome Brunet * MPLL register offeset taken from the S905 datasheet. Vendor kernel source 57b778f745SJerome Brunet * confirm these are the same for the S805. 58b778f745SJerome Brunet */ 59b778f745SJerome Brunet #define HHI_MPLL_CNTL 0x280 /* 0xa0 offset in data sheet */ 60b778f745SJerome Brunet #define HHI_MPLL_CNTL2 0x284 /* 0xa1 offset in data sheet */ 61b778f745SJerome Brunet #define HHI_MPLL_CNTL3 0x288 /* 0xa2 offset in data sheet */ 62b778f745SJerome Brunet #define HHI_MPLL_CNTL4 0x28C /* 0xa3 offset in data sheet */ 63b778f745SJerome Brunet #define HHI_MPLL_CNTL5 0x290 /* 0xa4 offset in data sheet */ 64b778f745SJerome Brunet #define HHI_MPLL_CNTL6 0x294 /* 0xa5 offset in data sheet */ 65b778f745SJerome Brunet #define HHI_MPLL_CNTL7 0x298 /* 0xa6 offset in data sheet */ 66b778f745SJerome Brunet #define HHI_MPLL_CNTL8 0x29C /* 0xa7 offset in data sheet */ 67b778f745SJerome Brunet #define HHI_MPLL_CNTL9 0x2A0 /* 0xa8 offset in data sheet */ 68b778f745SJerome Brunet #define HHI_MPLL_CNTL10 0x2A4 /* 0xa9 offset in data sheet */ 69b778f745SJerome Brunet 70b778f745SJerome Brunet /* 710f32e64bSAlexander Müller * CLKID index values 720f32e64bSAlexander Müller * 730f32e64bSAlexander Müller * These indices are entirely contrived and do not map onto the hardware. 7431128822SJerome Brunet * It has now been decided to expose everything by default in the DT header: 7531128822SJerome Brunet * include/dt-bindings/clock/gxbb-clkc.h. Only the clocks ids we don't want 7631128822SJerome Brunet * to expose, such as the internal muxes and dividers of composite clocks, 7731128822SJerome Brunet * will remain defined here. 780f32e64bSAlexander Müller */ 790f32e64bSAlexander Müller 80d610b54fSJerome Brunet #define CLKID_MPLL0_DIV 96 81d610b54fSJerome Brunet #define CLKID_MPLL1_DIV 97 82d610b54fSJerome Brunet #define CLKID_MPLL2_DIV 98 83251b6fd3SJerome Brunet #define CLKID_CPU_IN_SEL 99 84700ecf7fSMartin Blumenstingl #define CLKID_CPU_IN_DIV2 100 85700ecf7fSMartin Blumenstingl #define CLKID_CPU_IN_DIV3 101 86251b6fd3SJerome Brunet #define CLKID_CPU_SCALE_DIV 102 87251b6fd3SJerome Brunet #define CLKID_CPU_SCALE_OUT_SEL 103 88513b67acSJerome Brunet #define CLKID_MPLL_PREDIV 104 8905f81440SJerome Brunet #define CLKID_FCLK_DIV2_DIV 105 9005f81440SJerome Brunet #define CLKID_FCLK_DIV3_DIV 106 9105f81440SJerome Brunet #define CLKID_FCLK_DIV4_DIV 107 9205f81440SJerome Brunet #define CLKID_FCLK_DIV5_DIV 108 9305f81440SJerome Brunet #define CLKID_FCLK_DIV7_DIV 109 94b8c1ddadSMartin Blumenstingl #define CLKID_NAND_SEL 110 95b8c1ddadSMartin Blumenstingl #define CLKID_NAND_DIV 111 9687173557SJerome Brunet #define CLKID_PLL_FIXED_DCO 113 976cb57c67SMartin Blumenstingl #define CLKID_HDMI_PLL_DCO 114 9887173557SJerome Brunet #define CLKID_PLL_SYS_DCO 115 99a7d19b05SMartin Blumenstingl #define CLKID_CPU_CLK_DIV2 116 100a7d19b05SMartin Blumenstingl #define CLKID_CPU_CLK_DIV3 117 101a7d19b05SMartin Blumenstingl #define CLKID_CPU_CLK_DIV4 118 102a7d19b05SMartin Blumenstingl #define CLKID_CPU_CLK_DIV5 119 103a7d19b05SMartin Blumenstingl #define CLKID_CPU_CLK_DIV6 120 104a7d19b05SMartin Blumenstingl #define CLKID_CPU_CLK_DIV7 121 105a7d19b05SMartin Blumenstingl #define CLKID_CPU_CLK_DIV8 122 106c5f09e6bSMartin Blumenstingl #define CLKID_APB_SEL 123 107a7d19b05SMartin Blumenstingl #define CLKID_PERIPH_SEL 125 108a7d19b05SMartin Blumenstingl #define CLKID_AXI_SEL 127 109a7d19b05SMartin Blumenstingl #define CLKID_L2_DRAM_SEL 129 1106cb57c67SMartin Blumenstingl #define CLKID_HDMI_PLL_LVDS_OUT 131 1116cb57c67SMartin Blumenstingl #define CLKID_HDMI_PLL_HDMI_OUT 132 1126cb57c67SMartin Blumenstingl #define CLKID_VID_PLL_IN_SEL 133 1136cb57c67SMartin Blumenstingl #define CLKID_VID_PLL_IN_EN 134 1146cb57c67SMartin Blumenstingl #define CLKID_VID_PLL_PRE_DIV 135 1156cb57c67SMartin Blumenstingl #define CLKID_VID_PLL_POST_DIV 136 1166cb57c67SMartin Blumenstingl #define CLKID_VID_PLL_FINAL_DIV 137 1176cb57c67SMartin Blumenstingl #define CLKID_VCLK_IN_SEL 138 1186cb57c67SMartin Blumenstingl #define CLKID_VCLK_IN_EN 139 1196cb57c67SMartin Blumenstingl #define CLKID_VCLK_DIV1 140 1206cb57c67SMartin Blumenstingl #define CLKID_VCLK_DIV2_DIV 141 1216cb57c67SMartin Blumenstingl #define CLKID_VCLK_DIV2 142 1226cb57c67SMartin Blumenstingl #define CLKID_VCLK_DIV4_DIV 143 1236cb57c67SMartin Blumenstingl #define CLKID_VCLK_DIV4 144 1246cb57c67SMartin Blumenstingl #define CLKID_VCLK_DIV6_DIV 145 1256cb57c67SMartin Blumenstingl #define CLKID_VCLK_DIV6 146 1266cb57c67SMartin Blumenstingl #define CLKID_VCLK_DIV12_DIV 147 1276cb57c67SMartin Blumenstingl #define CLKID_VCLK_DIV12 148 1286cb57c67SMartin Blumenstingl #define CLKID_VCLK2_IN_SEL 149 1296cb57c67SMartin Blumenstingl #define CLKID_VCLK2_IN_EN 150 1306cb57c67SMartin Blumenstingl #define CLKID_VCLK2_DIV1 151 1316cb57c67SMartin Blumenstingl #define CLKID_VCLK2_DIV2_DIV 152 1326cb57c67SMartin Blumenstingl #define CLKID_VCLK2_DIV2 153 1336cb57c67SMartin Blumenstingl #define CLKID_VCLK2_DIV4_DIV 154 1346cb57c67SMartin Blumenstingl #define CLKID_VCLK2_DIV4 155 1356cb57c67SMartin Blumenstingl #define CLKID_VCLK2_DIV6_DIV 156 1366cb57c67SMartin Blumenstingl #define CLKID_VCLK2_DIV6 157 1376cb57c67SMartin Blumenstingl #define CLKID_VCLK2_DIV12_DIV 158 1386cb57c67SMartin Blumenstingl #define CLKID_VCLK2_DIV12 159 1396cb57c67SMartin Blumenstingl #define CLKID_CTS_ENCT_SEL 160 1406cb57c67SMartin Blumenstingl #define CLKID_CTS_ENCT 161 1416cb57c67SMartin Blumenstingl #define CLKID_CTS_ENCP_SEL 162 1426cb57c67SMartin Blumenstingl #define CLKID_CTS_ENCP 163 1436cb57c67SMartin Blumenstingl #define CLKID_CTS_ENCI_SEL 164 1446cb57c67SMartin Blumenstingl #define CLKID_CTS_ENCI 165 1456cb57c67SMartin Blumenstingl #define CLKID_HDMI_TX_PIXEL_SEL 166 1466cb57c67SMartin Blumenstingl #define CLKID_HDMI_TX_PIXEL 167 1476cb57c67SMartin Blumenstingl #define CLKID_CTS_ENCL_SEL 168 1486cb57c67SMartin Blumenstingl #define CLKID_CTS_ENCL 169 1496cb57c67SMartin Blumenstingl #define CLKID_CTS_VDAC0_SEL 170 1506cb57c67SMartin Blumenstingl #define CLKID_CTS_VDAC0 171 1516cb57c67SMartin Blumenstingl #define CLKID_HDMI_SYS_SEL 172 1526cb57c67SMartin Blumenstingl #define CLKID_HDMI_SYS_DIV 173 15374e1f252SMartin Blumenstingl #define CLKID_MALI_0_SEL 175 15474e1f252SMartin Blumenstingl #define CLKID_MALI_0_DIV 176 15574e1f252SMartin Blumenstingl #define CLKID_MALI_0 177 15674e1f252SMartin Blumenstingl #define CLKID_MALI_1_SEL 178 15774e1f252SMartin Blumenstingl #define CLKID_MALI_1_DIV 179 15874e1f252SMartin Blumenstingl #define CLKID_MALI_1 180 159b882964bSMartin Blumenstingl #define CLKID_GP_PLL_DCO 181 160b882964bSMartin Blumenstingl #define CLKID_GP_PLL 182 16141785ce5SMartin Blumenstingl #define CLKID_VPU_0_SEL 183 16241785ce5SMartin Blumenstingl #define CLKID_VPU_0_DIV 184 16341785ce5SMartin Blumenstingl #define CLKID_VPU_0 185 16441785ce5SMartin Blumenstingl #define CLKID_VPU_1_SEL 186 16541785ce5SMartin Blumenstingl #define CLKID_VPU_1_DIV 187 16641785ce5SMartin Blumenstingl #define CLKID_VPU_1 189 16790751f68SMartin Blumenstingl #define CLKID_VDEC_1_SEL 191 16890751f68SMartin Blumenstingl #define CLKID_VDEC_1_1_DIV 192 16990751f68SMartin Blumenstingl #define CLKID_VDEC_1_1 193 17090751f68SMartin Blumenstingl #define CLKID_VDEC_1_2_DIV 194 17190751f68SMartin Blumenstingl #define CLKID_VDEC_1_2 195 17290751f68SMartin Blumenstingl #define CLKID_VDEC_HCODEC_SEL 197 17390751f68SMartin Blumenstingl #define CLKID_VDEC_HCODEC_DIV 198 17490751f68SMartin Blumenstingl #define CLKID_VDEC_2_SEL 200 17590751f68SMartin Blumenstingl #define CLKID_VDEC_2_DIV 201 17690751f68SMartin Blumenstingl #define CLKID_VDEC_HEVC_SEL 203 17790751f68SMartin Blumenstingl #define CLKID_VDEC_HEVC_DIV 204 17890751f68SMartin Blumenstingl #define CLKID_VDEC_HEVC_EN 205 179f278f05eSMartin Blumenstingl #define CLKID_CTS_AMCLK_SEL 207 180f278f05eSMartin Blumenstingl #define CLKID_CTS_AMCLK_DIV 208 181c39c24c1SMartin Blumenstingl #define CLKID_CTS_MCLK_I958_SEL 210 182c39c24c1SMartin Blumenstingl #define CLKID_CTS_MCLK_I958_DIV 211 183e653b411SMartin Blumenstingl #define CLKID_VCLK_EN 214 1842568528fSMartin Blumenstingl #define CLKID_VCLK2_EN 215 185d610b54fSJerome Brunet 1862568528fSMartin Blumenstingl #define CLK_NR_CLKS 216 1870f32e64bSAlexander Müller 18818962172SMartin Blumenstingl /* 18918962172SMartin Blumenstingl * include the CLKID and RESETID that have 19018962172SMartin Blumenstingl * been made part of the stable DT binding 19118962172SMartin Blumenstingl */ 1920f32e64bSAlexander Müller #include <dt-bindings/clock/meson8b-clkc.h> 19318962172SMartin Blumenstingl #include <dt-bindings/reset/amlogic,meson8b-clkc-reset.h> 1940f32e64bSAlexander Müller 195d0c175daSAlexander Müller #endif /* __MESON8B_H */ 196