@@ -13,6 +13,7 @@ PIT Timer required properties:
13
13
PIT64B Timer required properties:
14
14
- compatible: Should be "microchip,sam9x60-pit64b" or
15
15
"microchip,sam9x7-pit64b", "microchip,sam9x60-pit64b"
16
+ "microchip,sama7d65-pit64b", "microchip,sam9x60-pit64b"
16
17
- reg: Should contain registers location and length
17
18
- interrupts: Should contain interrupt for PIT64B timer
18
19
- clocks: Should contain the available clock sources for PIT64B timer.
@@ -27,12 +28,13 @@ Its subnodes can be:
27
28
- watchdog: compatible should be "atmel,at91rm9200-wdt"
28
29
29
30
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
36
38
"microchip,sam9x7-ddramc", "atmel,sama5d3-ddramc".
37
39
- reg: Should contain registers location and length
38
40
0 commit comments