Back to home page

OSCL-LXR

 
 

    


0001 * Device tree bindings for Atmel Bus Matrix
0002 
0003 The Bus Matrix registers are used to configure Atmel SoCs internal bus
0004 behavior (master/slave priorities, undefined burst length type, ...)
0005 
0006 Required properties:
0007 - compatible:           Should be one of the following
0008                         "atmel,at91sam9260-matrix", "syscon"
0009                         "atmel,at91sam9261-matrix", "syscon"
0010                         "atmel,at91sam9263-matrix", "syscon"
0011                         "atmel,at91sam9rl-matrix", "syscon"
0012                         "atmel,at91sam9g45-matrix", "syscon"
0013                         "atmel,at91sam9n12-matrix", "syscon"
0014                         "atmel,at91sam9x5-matrix", "syscon"
0015                         "atmel,sama5d3-matrix", "syscon"
0016                         "microchip,sam9x60-matrix", "syscon"
0017 - reg:                  Contains offset/length value of the Bus Matrix
0018                         memory region.
0019 
0020 Example:
0021 
0022 matrix: matrix@ffffec00 {
0023         compatible = "atmel,sama5d3-matrix", "syscon";
0024         reg = <0xffffec00 0x200>;
0025 };