Lines Matching +full:iomux +full:- +full:gpr
4 - compatible : Must contain one of "fsl,imx6sx-mqs", "fsl,codec-mqs"
5 "fsl,imx8qm-mqs", "fsl,imx8qxp-mqs", "fsl,imx93-mqs".
6 - clocks : A list of phandles + clock-specifiers, one for each entry in
7 clock-names
8 - clock-names : "mclk" - must required.
9 "core" - required if compatible is "fsl,imx8qm-mqs", it
11 - gpr : A phandle of General Purpose Registers in IOMUX Controller.
12 Required if compatible is "fsl,imx6sx-mqs".
14 Required if compatible is "fsl,imx8qm-mqs":
15 - power-domains: A phandle of PM domain provider node.
16 - reg: Offset and length of the register set for the device.
21 compatible = "fsl,imx6sx-mqs";
22 gpr = <&gpr>;
24 clock-names = "mclk";
29 compatible = "fsl,imx8qm-mqs";
33 clock-names = "core", "mclk";
34 power-domains = <&pd_mqs0>;