Lines Matching +full:timer +full:- +full:secure
4 - compatible: Should be "atmel,sama5d2-chipid" or "microchip,sama7g5-chipid"
5 - reg : Should contain registers location and length
7 PIT Timer required properties:
8 - compatible: Should be "atmel,at91sam9260-pit"
9 - reg: Should contain registers location and length
10 - interrupts: Should contain interrupt for the PIT which is the IRQ line
13 PIT64B Timer required properties:
14 - compatible: Should be "microchip,sam9x60-pit64b" or
15 "microchip,sam9x7-pit64b", "microchip,sam9x60-pit64b"
16 "microchip,sama7d65-pit64b", "microchip,sam9x60-pit64b"
17 - reg: Should contain registers location and length
18 - interrupts: Should contain interrupt for PIT64B timer
19 - clocks: Should contain the available clock sources for PIT64B timer.
21 System Timer (ST) required properties:
22 - compatible: Should be "atmel,at91rm9200-st", "syscon", "simple-mfd"
23 - reg: Should contain registers location and length
24 - interrupts: Should contain interrupt for the ST which is the IRQ line
26 - clocks: phandle to input clock.
28 - watchdog: compatible should be "atmel,at91rm9200-wdt"
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
38 "microchip,sam9x7-ddramc", "atmel,sama5d3-ddramc".
39 - reg: Should contain registers location and length
44 compatible = "atmel,at91sam9g45-ddramc";
50 The Security Module macrocell provides all necessary secure functions to avoid
52 embeds secure memories that can be scrambled.
55 Note that they maintain their voltage during Backup/Self-refresh.
58 - compatible: Should be "atmel,<chip>-secumod", "syscon".
60 - reg: Should contain registers location and length
61 - gpio-controller: Marks the port as GPIO controller.
62 - #gpio-cells: There are 2. The pin number is the
68 compatible = "atmel,sama5d2-secumod", "syscon";
70 gpio-controller;
71 #gpio-cells = <2>;