iwlagn: remove deprecated module parameters
[pandora-kernel.git] / Documentation / devicetree / bindings / powerpc / fsl / mcu-mpc8349emitx.txt
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@0a {
12         #gpio-cells = <2>;
13         compatible = "fsl,mc9s08qg8-mpc8349emitx",
14                      "fsl,mcu-mpc8349emitx";
15         reg = <0x0a>;
16         gpio-controller;
17 };