1 = Mediatek MTK-EFUSE device tree bindings =
3 This binding is intended to represent MTK-EFUSE which is found in most Mediatek SOCs.
6 - compatible: should be "mediatek,mt8173-efuse" or "mediatek,efuse"
7 - reg: Should contain registers location and length
10 Are child nodes of MTK-EFUSE, bindings of which as described in
11 bindings/nvmem/nvmem.txt
15 efuse: efuse@10206000 {
16 compatible = "mediatek,mt8173-efuse";
17 reg = <0 0x10206000 0 0x1000>;
22 thermal_calibration: calib@528 {
28 Are device nodes which consume nvmem data cells.
34 nvmem-cells = <&thermal_calibration>;
35 nvmem-cell-names = "calibration";