Back to home page

OSCL-LXR

 
 

    


0001 * Device tree bindings for Atmel SMC (Static Memory Controller)
0002 
0003 The SMC registers are used to configure Atmel EBI (External Bus Interface)
0004 to interface with standard memory devices (NAND, NOR, SRAM or specialized
0005 devices like FPGAs).
0006 
0007 Required properties:
0008 - compatible:           Should be one of the following
0009                         "atmel,at91sam9260-smc", "syscon"
0010                         "atmel,sama5d3-smc", "syscon"
0011                         "atmel,sama5d2-smc", "syscon"
0012                         "microchip,sam9x60-smc", "syscon"
0013 - reg:                  Contains offset/length value of the SMC memory
0014                         region.
0015 
0016 Example:
0017 
0018 smc: smc@ffffc000 {
0019         compatible = "atmel,sama5d3-smc", "syscon";
0020         reg = <0xffffc000 0x1000>;
0021 };