mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 10:12:16 +09:00
ARM: dts: milbeaut: add a clock node for M10V
Add a clock node for the platform of the Milbeaut M10V. Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com> Link: https://lore.kernel.org/r/1636968656-14033-2-git-send-email-sugaya.taichi@socionext.com' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
committed by
Arnd Bergmann
parent
1360572566
commit
8e0150fe5c
@@ -65,6 +65,13 @@
|
||||
<0x1d002000 0x1000>; /* CPU I/f base and size */
|
||||
};
|
||||
|
||||
clk: clock-ctrl@1d021000 {
|
||||
compatible = "socionext,milbeaut-m10v-ccu";
|
||||
#clock-cells = <1>;
|
||||
reg = <0x1d021000 0x1000>;
|
||||
clocks = <&uclk40xi>;
|
||||
};
|
||||
|
||||
timer@1e000050 { /* 32-bit Reload Timers */
|
||||
compatible = "socionext,milbeaut-timer";
|
||||
reg = <0x1e000050 0x20>;
|
||||
|
||||
Reference in New Issue
Block a user