1 * Device tree bindings for Atmel SMC (Static M 2 3 The SMC registers are used to configure Atmel 4 to interface with standard memory devices (NAN 5 devices like FPGAs). 6 7 Required properties: 8 - compatible: Should be one of the f 9 "atmel,at91sam9260-smc 10 "atmel,sama5d3-smc", " 11 "atmel,sama5d2-smc", " 12 "microchip,sam9x60-smc 13 "microchip,sam9x7-smc" 14 - reg: Contains offset/length 15 region. 16 17 Example: 18 19 smc: smc@ffffc000 { 20 compatible = "atmel,sama5d3-smc", "sys 21 reg = <0xffffc000 0x1000>; 22 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.