mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 07:04:10 +08:00
bfee31f5bb
These are the bindings for 2 MFD devices used on some of the Keymile boards. The first one is the chassis managmenet bfticu FPGA. The second one is the board controller (reset, LEDs, GPIOs) QRIO CPDL. These FPGAs are used in the kmcoge4 board. Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
18 lines
442 B
Plaintext
18 lines
442 B
Plaintext
KEYMILE qrio Board Control CPLD
|
|
|
|
The qrio is a multifunction device that controls the KEYMILE boards based on
|
|
the kmp204x design.
|
|
It is consists of a reset controller, watchdog timer, LEDs, and 2 IRQ capable
|
|
GPIO blocks.
|
|
|
|
Required properties:
|
|
- compatible: "keymile,qriox"
|
|
- reg: access on the parent local bus (chip select, offset in chip select, size)
|
|
|
|
Example:
|
|
|
|
board-control@1,0 {
|
|
compatible = "keymile,qriox";
|
|
reg = <1 0 0x80>;
|
|
};
|