mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
arm64: dts: exynos990: Enable PERIC0 and PERIC1 clock controllers
Add clock controller nodes for PERIC0 and PERIC1 blocks for USI nodes. Signed-off-by: Denzeel Oliva <wachiturroxd150@gmail.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
b176376991
commit
44b0a8e433
|
|
@ -249,12 +249,34 @@ gic: interrupt-controller@10101000 {
|
|||
#size-cells = <1>;
|
||||
};
|
||||
|
||||
cmu_peric0: clock-controller@10400000 {
|
||||
compatible = "samsung,exynos990-cmu-peric0";
|
||||
reg = <0x10400000 0x8000>;
|
||||
#clock-cells = <1>;
|
||||
|
||||
clocks = <&oscclk>,
|
||||
<&cmu_top CLK_DOUT_CMU_PERIC0_BUS>,
|
||||
<&cmu_top CLK_DOUT_CMU_PERIC0_IP>;
|
||||
clock-names = "oscclk", "bus", "ip";
|
||||
};
|
||||
|
||||
pinctrl_peric0: pinctrl@10430000 {
|
||||
compatible = "samsung,exynos990-pinctrl";
|
||||
reg = <0x10430000 0x1000>;
|
||||
interrupts = <GIC_SPI 392 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
cmu_peric1: clock-controller@10700000 {
|
||||
compatible = "samsung,exynos990-cmu-peric1";
|
||||
reg = <0x10700000 0x8000>;
|
||||
#clock-cells = <1>;
|
||||
|
||||
clocks = <&oscclk>,
|
||||
<&cmu_top CLK_DOUT_CMU_PERIC1_BUS>,
|
||||
<&cmu_top CLK_DOUT_CMU_PERIC1_IP>;
|
||||
clock-names = "oscclk", "bus", "ip";
|
||||
};
|
||||
|
||||
pinctrl_peric1: pinctrl@10730000 {
|
||||
compatible = "samsung,exynos990-pinctrl";
|
||||
reg = <0x10730000 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user