Skip to content

Commit a6afc96

Browse files
Dharma-Bclaudiubeznea
authored andcommitted
dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT
Add SAMA7D65 RAM controller, PIT64 DT bindings. Signed-off-by: Dharma Balasubiramani <[email protected]> Signed-off-by: Ryan Wanner <[email protected]> Reviewed-by: Claudiu Beznea <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/96e64f01eee264ad0ac4c720a7a1cab4f95c206b.1733505542.git.Ryan.Wanner@microchip.com [claudiu.beznea: add missing space] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 2140e55 commit a6afc96

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Documentation/devicetree/bindings/arm/atmel-sysregs.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PIT Timer required properties:
1313
PIT64B Timer required properties:
1414
- compatible: Should be "microchip,sam9x60-pit64b" or
1515
"microchip,sam9x7-pit64b", "microchip,sam9x60-pit64b"
16+
"microchip,sama7d65-pit64b", "microchip,sam9x60-pit64b"
1617
- reg: Should contain registers location and length
1718
- interrupts: Should contain interrupt for PIT64B timer
1819
- clocks: Should contain the available clock sources for PIT64B timer.
@@ -27,12 +28,13 @@ Its subnodes can be:
2728
- watchdog: compatible should be "atmel,at91rm9200-wdt"
2829

2930
RAMC SDRAM/DDR Controller required properties:
30-
- compatible: Should be "atmel,at91rm9200-sdramc", "syscon"
31-
"atmel,at91sam9260-sdramc",
32-
"atmel,at91sam9g45-ddramc",
33-
"atmel,sama5d3-ddramc",
34-
"microchip,sam9x60-ddramc",
35-
"microchip,sama7g5-uddrc",
31+
- compatible: Should be "atmel,at91rm9200-sdramc", "syscon" or
32+
"atmel,at91sam9260-sdramc" or
33+
"atmel,at91sam9g45-ddramc" or
34+
"atmel,sama5d3-ddramc" or
35+
"microchip,sam9x60-ddramc" or
36+
"microchip,sama7g5-uddrc" or
37+
"microchip,sama7d65-uddrc", "microchip,sama7g5-uddrc" or
3638
"microchip,sam9x7-ddramc", "atmel,sama5d3-ddramc".
3739
- reg: Should contain registers location and length
3840

0 commit comments

Comments
 (0)