mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
arm64: dts: exynosautov920: add CMU_HSI2 clock DT nodes
Add required dt node for CMU_HSI2 block, which provides clocks to ufs and ethernet IPs Signed-off-by: Raghav Sharma <raghav.s@samsung.com> Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> Link: https://lore.kernel.org/r/20250529112640.1646740-5-raghav.s@samsung.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
6c1497a4bd
commit
e201676359
|
|
@ -1048,6 +1048,23 @@ pinctrl_hsi1: pinctrl@16450000 {
|
|||
interrupts = <GIC_SPI 456 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
cmu_hsi2: clock-controller@16b00000 {
|
||||
compatible = "samsung,exynosautov920-cmu-hsi2";
|
||||
reg = <0x16b00000 0x8000>;
|
||||
#clock-cells = <1>;
|
||||
|
||||
clocks = <&xtcxo>,
|
||||
<&cmu_top DOUT_CLKCMU_HSI2_NOC>,
|
||||
<&cmu_top DOUT_CLKCMU_HSI2_NOC_UFS>,
|
||||
<&cmu_top DOUT_CLKCMU_HSI2_UFS_EMBD>,
|
||||
<&cmu_top DOUT_CLKCMU_HSI2_ETHERNET>;
|
||||
clock-names = "oscclk",
|
||||
"noc",
|
||||
"ufs",
|
||||
"embd",
|
||||
"ethernet";
|
||||
};
|
||||
|
||||
pinctrl_hsi2: pinctrl@16c10000 {
|
||||
compatible = "samsung,exynosautov920-pinctrl";
|
||||
reg = <0x16c10000 0x10000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user