mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
ARM: dts: sam9x60: Add pit64b node
Add DT node for pit64b support. Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
This commit is contained in:
parent
632422d4b3
commit
3fbdd485fd
@ -235,6 +235,13 @@
|
|||||||
clocks = <&pmc PMC_TYPE_CORE 11>; /* ID_MCK. */
|
clocks = <&pmc PMC_TYPE_CORE 11>; /* ID_MCK. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pit64b0: timer@f0028000 {
|
||||||
|
compatible = "microchip,sam9x60-pit64b";
|
||||||
|
reg = <0xf0028000 0xec>;
|
||||||
|
clocks = <&pmc PMC_TYPE_PERIPHERAL 37>, <&pmc PMC_TYPE_GCK 37>;
|
||||||
|
clock-names = "pclk", "gclk";
|
||||||
|
};
|
||||||
|
|
||||||
clk32: sckc@fffffe50 {
|
clk32: sckc@fffffe50 {
|
||||||
compatible = "microchip,sam9x60-sckc";
|
compatible = "microchip,sam9x60-sckc";
|
||||||
reg = <0xfffffe50 0x4>;
|
reg = <0xfffffe50 0x4>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user