Lines Matching +full:mt8195 +full:- +full:efuse
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/mediatek/mtk-svs.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Roger Lu <roger.lu@mediatek.com>
11 - Matthias Brugger <matthias.bgg@gmail.com>
12 - Kevin Hilman <khilman@kernel.org>
24 - mediatek,mt8183-svs
25 - mediatek,mt8186-svs
26 - mediatek,mt8188-svs
27 - mediatek,mt8192-svs
28 - mediatek,mt8195-svs
41 clock-names:
44 nvmem-cells:
49 - description: SVS efuse for SVS controller
50 - description: Thermal efuse for SVS controller
52 nvmem-cell-names:
54 - const: svs-calibration-data
55 - const: t-calibration-data
60 reset-names:
62 - const: svs_rst
65 - compatible
66 - reg
67 - interrupts
68 - clocks
69 - clock-names
70 - nvmem-cells
71 - nvmem-cell-names
76 - |
77 #include <dt-bindings/clock/mt8183-clk.h>
78 #include <dt-bindings/interrupt-controller/arm-gic.h>
79 #include <dt-bindings/interrupt-controller/irq.h>
82 #address-cells = <2>;
83 #size-cells = <2>;
86 compatible = "mediatek,mt8183-svs";
90 clock-names = "main";
91 nvmem-cells = <&svs_calibration>, <&thermal_calibration>;
92 nvmem-cell-names = "svs-calibration-data", "t-calibration-data";