mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 20:28:49 +00:00
Add devicetree bindings snapshot to the devicetree project.
This snapshot is taken as of the
'commit 5fba1b18cfc72e264e5f3ce49020ed322aa6ac9f ("Merge 5.6-rc3
into android-mainline")' of the kernel project.
Change-Id: Ia087ab2b7d4a2616ea446a69683a8b5b821d0448
20 lines
525 B
Plaintext
20 lines
525 B
Plaintext
* Device tree bindings for Texas Instruments keystone device state control
|
|
|
|
The Keystone II devices have a set of registers that are used to control
|
|
the status of its peripherals. This node is intended to allow access to
|
|
this functionality.
|
|
|
|
Required properties:
|
|
|
|
- compatible: "ti,keystone-devctrl", "syscon"
|
|
|
|
- reg: contains offset/length value for device state control
|
|
registers space.
|
|
|
|
Example:
|
|
|
|
devctrl: device-state-control@02620000 {
|
|
compatible = "ti,keystone-devctrl", "syscon";
|
|
reg = <0x02620000 0x1000>;
|
|
};
|