Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
23 lines
600 B
Plaintext
23 lines
600 B
Plaintext
Amlogic Meson6/Meson8/Meson8b efuse
|
|
|
|
Required Properties:
|
|
- compatible: depending on the SoC this should be one of:
|
|
- "amlogic,meson6-efuse"
|
|
- "amlogic,meson8-efuse"
|
|
- "amlogic,meson8b-efuse"
|
|
- reg: base address and size of the efuse registers
|
|
- clocks: a reference to the efuse core gate clock
|
|
- clock-names: must be "core"
|
|
|
|
All properties and sub-nodes as well as the consumer bindings
|
|
defined in nvmem.txt in this directory are also supported.
|
|
|
|
|
|
Example:
|
|
efuse: nvmem@0 {
|
|
compatible = "amlogic,meson8-efuse";
|
|
reg = <0x0 0x2000>;
|
|
clocks = <&clkc CLKID_EFUSE>;
|
|
clock-names = "core";
|
|
};
|