mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: exynos: gs101: add sysreg_misc and sysreg_hsi0 nodes
Add syscon DT node for the hsi0 and misc sysreg controllers. These will be referenced by their respective CMU nodes in future patches. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Reviewed-by: André Draszik <andre.draszik@linaro.org> Link: https://patch.msgid.link/20251013-automatic-clocks-v1-3-72851ee00300@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
bb103f6c73
commit
08d9d0d9ae
@@ -580,6 +580,12 @@
|
||||
clock-names = "bus", "sss";
|
||||
};
|
||||
|
||||
sysreg_misc: syscon@10030000 {
|
||||
compatible = "google,gs101-misc-sysreg", "syscon";
|
||||
reg = <0x10030000 0x10000>;
|
||||
clocks = <&cmu_misc CLK_GOUT_MISC_SYSREG_MISC_PCLK>;
|
||||
};
|
||||
|
||||
timer@10050000 {
|
||||
compatible = "google,gs101-mct",
|
||||
"samsung,exynos4210-mct";
|
||||
@@ -1562,6 +1568,12 @@
|
||||
"usbdpdbg";
|
||||
};
|
||||
|
||||
sysreg_hsi0: syscon@11020000 {
|
||||
compatible = "google,gs101-hsi0-sysreg", "syscon";
|
||||
reg = <0x11020000 0x10000>;
|
||||
clocks = <&cmu_hsi0 CLK_GOUT_HSI0_SYSREG_HSI0_PCLK>;
|
||||
};
|
||||
|
||||
usbdrd31_phy: phy@11100000 {
|
||||
compatible = "google,gs101-usb31drd-phy";
|
||||
reg = <0x11100000 0x0200>,
|
||||
|
||||
Reference in New Issue
Block a user