1Freescale MPC8349E-mITX-compatible Power Management Micro Controller Unit (MCU)
2
3Required properties:
4- compatible : "fsl,<mcu-chip>-<board>", "fsl,mcu-mpc8349emitx".
5- reg : should specify I2C address (0x0a).
6- #gpio-cells : should be 2.
7- gpio-controller : should be present.
8
9Example:
10
11mcu@a {
12	#gpio-cells = <2>;
13	compatible = "fsl,mc9s08qg8-mpc8349emitx",
14		     "fsl,mcu-mpc8349emitx";
15	reg = <0x0a>;
16	gpio-controller;
17};
18