Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | Freescale MPC8349E-mITX-compatible Power Management Micro Controller Unit (MCU) |
2 | |||||
3 | Required 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 | |||||
9 | Example: | ||||
10 | |||||
11 | mcu@a { | ||||
12 | #gpio-cells = <2>; | ||||
13 | compatible = "fsl,mc9s08qg8-mpc8349emitx", | ||||
14 | "fsl,mcu-mpc8349emitx"; | ||||
15 | reg = <0x0a>; | ||||
16 | gpio-controller; | ||||
17 | }; |