mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / mfd / qriox.txt
blobf301e2d4ce7660f28b0d1a9ba6616d8e76296f40
1 KEYMILE qrio Board Control CPLD
3 The qrio is a multifunction device that controls the KEYMILE boards based on
4 the kmp204x design.
5 It is consists of a reset controller, watchdog timer, LEDs, and 2 IRQ capable
6 GPIO blocks.
8 Required properties:
9 - compatible: "keymile,qriox"
10 - reg: access on the parent local bus (chip select, offset in chip select, size)
12 Example:
14         board-control@1,0 {
15                 compatible = "keymile,qriox";
16                 reg = <1 0 0x80>;
17         };