We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1497a commit e201676Copy full SHA for e201676
arch/arm64/boot/dts/exynos/exynosautov920.dtsi
@@ -1048,6 +1048,23 @@
1048
interrupts = <GIC_SPI 456 IRQ_TYPE_LEVEL_HIGH>;
1049
};
1050
1051
+ cmu_hsi2: clock-controller@16b00000 {
1052
+ compatible = "samsung,exynosautov920-cmu-hsi2";
1053
+ reg = <0x16b00000 0x8000>;
1054
+ #clock-cells = <1>;
1055
+
1056
+ clocks = <&xtcxo>,
1057
+ <&cmu_top DOUT_CLKCMU_HSI2_NOC>,
1058
+ <&cmu_top DOUT_CLKCMU_HSI2_NOC_UFS>,
1059
+ <&cmu_top DOUT_CLKCMU_HSI2_UFS_EMBD>,
1060
+ <&cmu_top DOUT_CLKCMU_HSI2_ETHERNET>;
1061
+ clock-names = "oscclk",
1062
+ "noc",
1063
+ "ufs",
1064
+ "embd",
1065
+ "ethernet";
1066
+ };
1067
1068
pinctrl_hsi2: pinctrl@16c10000 {
1069
compatible = "samsung,exynosautov920-pinctrl";
1070
reg = <0x16c10000 0x10000>;
0 commit comments