Files
thead-kernel/Documentation/devicetree/bindings/nvmem/thead,light-efuse.txt
2022-09-13 11:05:52 +08:00

18 lines
506 B
Plaintext

= Thead LIGHT-EFUSE device tree bindings =
This binding is intended to represent LIGHT-EFUSE which is found in Thead SoCs
Required properties:
- compatible: should be
"thead,light-fm-efuse": for light fullmask
- reg: should contain registers location and length
- thead,teesys: the syscon phandle to read and write tee system registers
Example:
nvmem_controller: efuse@ffff210000 {
compatible = "thead,light-fm-efuse";
reg = <0xff 0xff210000 0x0 0x10000>;
thead,teesys = <&teesys_syscon>;
};