Lines Matching +full:device +full:- +full:version

2 -------------------------------------------
3 The RCPM performs all device-level tasks associated with device run control
7 - reg : Offset and length of the register set of the RCPM block.
8 - #fsl,rcpm-wakeup-cells : The number of IPPDEXPCR register cells in the
9 fsl,rcpm-wakeup property.
10 - compatible : Must contain a chip-specific RCPM block compatible string
11 and (if applicable) may contain a chassis-version RCPM compatible
12 string. Chip-specific strings are of the form "fsl,<chip>-rcpm",
14 * "fsl,p2041-rcpm"
15 * "fsl,p5020-rcpm"
16 * "fsl,t4240-rcpm"
18 Chassis-version strings are of the form "fsl,qoriq-rcpm-<version>",
20 * "fsl,qoriq-rcpm-1.0": for chassis 1.0 rcpm
21 * "fsl,qoriq-rcpm-2.0": for chassis 2.0 rcpm
22 * "fsl,qoriq-rcpm-2.1": for chassis 2.1 rcpm
23 * "fsl,qoriq-rcpm-2.1+": for chassis 2.1+ rcpm
25 All references to "1.0" and "2.0" refer to the QorIQ chassis version to
27 Chassis Version Example Chips
28 --------------- -------------------------------
35 - little-endian : RCPM register block is Little Endian. Without it RCPM
40 rcpm: global-utilities@e2000 {
41 compatible = "fsl,t4240-rcpm", "fsl,qoriq-rcpm-2.0";
43 #fsl,rcpm-wakeup-cells = <2>;
46 * Freescale RCPM Wakeup Source Device Tree Bindings
47 -------------------------------------------
48 Required fsl,rcpm-wakeup property should be added to a device node if the device
51 - fsl,rcpm-wakeup: Consists of a phandle to the rcpm node and the IPPDEXPCR
53 "#fsl,rcpm-wakeup-cells" in the rcpm node. The first register cell is
59 order to use them as wake-up sources.
63 compatible = "fsl,ls1021a-lpuart";
67 clock-names = "ipg";
68 fsl,rcpm-wakeup = <&rcpm 0x0 0x40000000>;