Path: blob/master/Documentation/devicetree/bindings/arm/atmel-sysregs.txt
26308 views
Atmel system registers12Chipid required properties:3- compatible: Should be "atmel,sama5d2-chipid" or "microchip,sama7g5-chipid"4"microchip,sama7d65-chipid"5- reg : Should contain registers location and length67PIT Timer required properties:8- compatible: Should be "atmel,at91sam9260-pit"9- reg: Should contain registers location and length10- interrupts: Should contain interrupt for the PIT which is the IRQ line11shared across all System Controller members.1213PIT64B Timer required properties:14- compatible: Should be "microchip,sam9x60-pit64b" or15"microchip,sam9x7-pit64b", "microchip,sam9x60-pit64b"16"microchip,sama7d65-pit64b", "microchip,sam9x60-pit64b"17- reg: Should contain registers location and length18- interrupts: Should contain interrupt for PIT64B timer19- clocks: Should contain the available clock sources for PIT64B timer.2021System Timer (ST) required properties:22- compatible: Should be "atmel,at91rm9200-st", "syscon", "simple-mfd"23- reg: Should contain registers location and length24- interrupts: Should contain interrupt for the ST which is the IRQ line25shared across all System Controller members.26- clocks: phandle to input clock.27Its subnodes can be:28- watchdog: compatible should be "atmel,at91rm9200-wdt"2930RAMC SDRAM/DDR Controller required properties:31- compatible: Should be "atmel,at91rm9200-sdramc", "syscon" or32"atmel,at91sam9260-sdramc" or33"atmel,at91sam9g45-ddramc" or34"atmel,sama5d3-ddramc" or35"microchip,sam9x60-ddramc" or36"microchip,sama7g5-uddrc" or37"microchip,sama7d65-uddrc", "microchip,sama7g5-uddrc" or38"microchip,sam9x7-ddramc", "atmel,sama5d3-ddramc".39- reg: Should contain registers location and length4041Examples:4243ramc0: ramc@ffffe800 {44compatible = "atmel,at91sam9g45-ddramc";45reg = <0xffffe800 0x200>;46};47484950