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