xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/freescale/fsl,layerscape-dcfg.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunFreescale DCFG
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunDCFG is the device configuration unit, that provides general purpose
4*4882a593Smuzhiyunconfiguration and status for the device. Such as setting the secondary
5*4882a593Smuzhiyuncore start address and release the secondary core from holdoff and startup.
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunRequired properties:
8*4882a593Smuzhiyun  - compatible: Should contain a chip-specific compatible string,
9*4882a593Smuzhiyun	Chip-specific strings are of the form "fsl,<chip>-dcfg",
10*4882a593Smuzhiyun	The following <chip>s are known to be supported:
11*4882a593Smuzhiyun	ls1012a, ls1021a, ls1043a, ls1046a, ls2080a.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun  - reg : should contain base address and length of DCFG memory-mapped registers
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunExample:
16*4882a593Smuzhiyun	dcfg: dcfg@1ee0000 {
17*4882a593Smuzhiyun		compatible = "fsl,ls1021a-dcfg";
18*4882a593Smuzhiyun		reg = <0x0 0x1ee0000 0x0 0x10000>;
19*4882a593Smuzhiyun	};
20