mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / mfd / ti-keystone-devctrl.txt
blob20963c76b4bcbd30d8d5081ddab600d1c78ef39a
1 * Device tree bindings for Texas Instruments keystone device state control
3 The Keystone II devices have a set of registers that are used to control
4 the status of its peripherals. This node is intended to allow access to
5 this functionality.
7 Required properties:
9 - compatible:           "ti,keystone-devctrl", "syscon"
11 - reg:                  contains offset/length value for device state control
12                         registers space.
14 Example:
16 devctrl: device-state-control@0x02620000 {
17         compatible = "ti,keystone-devctrl", "syscon";
18         reg = <0x02620000 0x1000>;