0001 =====================================================================
0002 MPX LAW & Coherency Module Device Tree Binding
0003 Copyright (C) 2009 Freescale Semiconductor Inc.
0004 =====================================================================
0005
0006 Local Access Window (LAW) Node
0007
0008 The LAW node represents the region of CCSR space where local access
0009 windows are configured. For MCM based devices this is the first 4k
0010 of CCSR space that includes CCSRBAR, ALTCBAR, ALTCAR, BPTR, and some
0011 number of local access windows as specified by fsl,num-laws.
0012
0013 PROPERTIES
0014
0015 - compatible
0016 Usage: required
0017 Value type: <string>
0018 Definition: Must include "fsl,mcm-law"
0019
0020 - reg
0021 Usage: required
0022 Value type: <prop-encoded-array>
0023 Definition: A standard property. The value specifies the
0024 physical address offset and length of the CCSR space
0025 registers.
0026
0027 - fsl,num-laws
0028 Usage: required
0029 Value type: <u32>
0030 Definition: The value specifies the number of local access
0031 windows for this device.
0032
0033 =====================================================================
0034
0035 MPX Coherency Module Node
0036
0037 The MPX LAW node represents the region of CCSR space where MCM config
0038 and error reporting registers exist, this is the second 4k (0x1000)
0039 of CCSR space.
0040
0041 PROPERTIES
0042
0043 - compatible
0044 Usage: required
0045 Value type: <string>
0046 Definition: Must include "fsl,CHIP-mcm", "fsl,mcm" where
0047 CHIP is the processor (mpc8641, mpc8610, etc.)
0048
0049 - reg
0050 Usage: required
0051 Value type: <prop-encoded-array>
0052 Definition: A standard property. The value specifies the
0053 physical address offset and length of the CCSR space
0054 registers.
0055
0056 - interrupts
0057 Usage: required
0058 Value type: <prop-encoded-array>
0059
0060 =====================================================================