mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
d524dac927
The device tree is used by more than just PowerPC. Make the documentation directory available to all. v2: reorganized files while moving to create arch and driver specific directories. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
18 lines
429 B
Plaintext
18 lines
429 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@0a {
|
|
#gpio-cells = <2>;
|
|
compatible = "fsl,mc9s08qg8-mpc8349emitx",
|
|
"fsl,mcu-mpc8349emitx";
|
|
reg = <0x0a>;
|
|
gpio-controller;
|
|
};
|