Path: blob/main/sys/contrib/device-tree/Bindings/arm/atmel-sysregs.txt
48378 views
Atmel system registers12Chipid required properties:3- compatible: Should be "atmel,sama5d2-chipid" or "microchip,sama7g5-chipid"4- reg : Should contain registers location and length56PIT Timer required properties:7- compatible: Should be "atmel,at91sam9260-pit"8- reg: Should contain registers location and length9- interrupts: Should contain interrupt for the PIT which is the IRQ line10shared across all System Controller members.1112PIT64B Timer required properties:13- compatible: Should be "microchip,sam9x60-pit64b" or14"microchip,sam9x7-pit64b", "microchip,sam9x60-pit64b"15- reg: Should contain registers location and length16- interrupts: Should contain interrupt for PIT64B timer17- clocks: Should contain the available clock sources for PIT64B timer.1819System Timer (ST) required properties:20- compatible: Should be "atmel,at91rm9200-st", "syscon", "simple-mfd"21- reg: Should contain registers location and length22- interrupts: Should contain interrupt for the ST which is the IRQ line23shared across all System Controller members.24- clocks: phandle to input clock.25Its subnodes can be:26- watchdog: compatible should be "atmel,at91rm9200-wdt"2728RAMC SDRAM/DDR Controller required properties:29- compatible: Should be "atmel,at91rm9200-sdramc", "syscon"30"atmel,at91sam9260-sdramc",31"atmel,at91sam9g45-ddramc",32"atmel,sama5d3-ddramc",33"microchip,sam9x60-ddramc",34"microchip,sama7g5-uddrc",35"microchip,sam9x7-ddramc", "atmel,sama5d3-ddramc".36- reg: Should contain registers location and length3738Examples:3940ramc0: ramc@ffffe800 {41compatible = "atmel,at91sam9g45-ddramc";42reg = <0xffffe800 0x200>;43};4445Security Module (SECUMOD)4647The Security Module macrocell provides all necessary secure functions to avoid48voltage, temperature, frequency and mechanical attacks on the chip. It also49embeds secure memories that can be scrambled.5051The Security Module also offers the PIOBU pins which can be used as GPIO pins.52Note that they maintain their voltage during Backup/Self-refresh.5354required properties:55- compatible: Should be "atmel,<chip>-secumod", "syscon".56<chip> can be "sama5d2".57- reg: Should contain registers location and length58- gpio-controller: Marks the port as GPIO controller.59- #gpio-cells: There are 2. The pin number is the60first, the second represents additional61parameters such as GPIO_ACTIVE_HIGH/LOW.626364secumod@fc040000 {65compatible = "atmel,sama5d2-secumod", "syscon";66reg = <0xfc040000 0x100>;67gpio-controller;68#gpio-cells = <2>;69};707172