18c2ecf20Sopenharmony_ciFreescale MPC8349E-mITX-compatible Power Management Micro Controller Unit (MCU)
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible : "fsl,<mcu-chip>-<board>", "fsl,mcu-mpc8349emitx".
58c2ecf20Sopenharmony_ci- reg : should specify I2C address (0x0a).
68c2ecf20Sopenharmony_ci- #gpio-cells : should be 2.
78c2ecf20Sopenharmony_ci- gpio-controller : should be present.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciExample:
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_cimcu@a {
128c2ecf20Sopenharmony_ci	#gpio-cells = <2>;
138c2ecf20Sopenharmony_ci	compatible = "fsl,mc9s08qg8-mpc8349emitx",
148c2ecf20Sopenharmony_ci		     "fsl,mcu-mpc8349emitx";
158c2ecf20Sopenharmony_ci	reg = <0x0a>;
168c2ecf20Sopenharmony_ci	gpio-controller;
178c2ecf20Sopenharmony_ci};
18