Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
18 lines
428 B
Plaintext
18 lines
428 B
Plaintext
Freescale MPC8349E-mITX-compatible Power Management Micro Controller Unit (MCU)
|
|
|
|
Required properties:
|
|
- compatible : "fsl,<mcu-chip>-<board>", "fsl,mcu-mpc8349emitx".
|
|
- reg : should specify I2C address (0x0a).
|
|
- #gpio-cells : should be 2.
|
|
- gpio-controller : should be present.
|
|
|
|
Example:
|
|
|
|
mcu@a {
|
|
#gpio-cells = <2>;
|
|
compatible = "fsl,mc9s08qg8-mpc8349emitx",
|
|
"fsl,mcu-mpc8349emitx";
|
|
reg = <0x0a>;
|
|
gpio-controller;
|
|
};
|