← Documents Documentation/hwmon/zl6100.rst GitHub 원문 ↗

Linux 6.18.37 · Hardware Monitoring

Kernel driver zl6100

ZL6100 호환 디지털 DC-DC 컨트롤러의 명시적 생성, 위험 명령 레지스터, 지연과 PMBus 속성을 설명합니다.

Source pathDocumentation/hwmon/zl6100.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

zl6100.rst:1-259

ZL6100 드라이버는 ZL·ZLS·Flex BMR 호환 컨트롤러를 PMBus 코어에 연결하며 위험한 저장·복원 명령 레지스터에는 읽기조차 해서는 안 됩니다.

문서 개요
항목
SourceDocumentation/hwmon/zl6100.rst
분량259 source lines
지원 그룹17
sysfs 속성39

원문 분량과 핵심 기능을 요약합니다.

동작 흐름
호환 모델 확인장치 명시적 생성위험 레지스터 회피I2C 접근 지연 적용전압·전류·온도 제공

장치 탐지부터 기능 제공까지의 순서입니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 Kernel driver zl6100
2 ====================
3
4 Supported chips:
5
6 * Renesas / Intersil / Zilker Labs ZL2004
7
8 Prefix: 'zl2004'
9
10 Addresses scanned: -
11
12 Datasheet: https://www.renesas.com/us/en/document/dst/zl2004-datasheet.pdf
13
14 * Renesas / Intersil / Zilker Labs ZL2005
15
16 Prefix: 'zl2005'
17
18 Addresses scanned: -
19
20 Datasheet: https://www.renesas.com/us/en/document/dst/zl2005-datasheet.pdf
21
22 * Renesas / Intersil / Zilker Labs ZL2006
23
24 Prefix: 'zl2006'
25
26 Addresses scanned: -
27
28 Datasheet: https://www.renesas.com/us/en/document/dst/zl2006-datasheet.pdf
29
30 * Renesas / Intersil / Zilker Labs ZL2008
31
32 Prefix: 'zl2008'
33
34 Addresses scanned: -
35
36 Datasheet: https://www.renesas.com/us/en/document/dst/zl2008-datasheet.pdf
37
38 * Renesas / Intersil / Zilker Labs ZL2105
39
40 Prefix: 'zl2105'
41
42 Addresses scanned: -
43
44 Datasheet: https://www.renesas.com/us/en/document/dst/zl2105-datasheet.pdf
45
46 * Renesas / Intersil / Zilker Labs ZL2106
47
48 Prefix: 'zl2106'
49
50 Addresses scanned: -
51
52 Datasheet: https://www.renesas.com/us/en/document/dst/zl2106-datasheet.pdf
53
54 * Renesas / Intersil / Zilker Labs ZL6100
55
56 Prefix: 'zl6100'
57
58 Addresses scanned: -
59
60 Datasheet: https://www.renesas.com/us/en/document/dst/zl6100-datasheet.pdf
61
62 * Renesas / Intersil / Zilker Labs ZL6105
63
64 Prefix: 'zl6105'
65
66 Addresses scanned: -
67
68 Datasheet: https://www.renesas.com/us/en/document/dst/zl6105-datasheet.pdf
69
70 * Renesas / Intersil / Zilker Labs ZL8802
71
72 Prefix: 'zl8802'
73
74 Addresses scanned: -
75
76 Datasheet: https://www.renesas.com/us/en/document/dst/zl8802-datasheet
77
78 * Renesas / Intersil / Zilker Labs ZL9101M
79
80 Prefix: 'zl9101'
81
82 Addresses scanned: -
83
84 Datasheet: https://www.renesas.com/us/en/document/dst/zl9101m-datasheet
85
86 * Renesas / Intersil / Zilker Labs ZL9117M
87
88 Prefix: 'zl9117'
89
90 Addresses scanned: -
91
92 Datasheet: https://www.renesas.com/us/en/document/dst/zl9117m-datasheet
93
94 * Renesas / Intersil / Zilker Labs ZLS1003, ZLS4009
95
96 Prefix: 'zls1003', zls4009
97
98 Addresses scanned: -
99
100 Datasheet: Not published
101
102 * Flex BMR450, BMR451
103
104 Prefix: 'bmr450', 'bmr451'
105
106 Addresses scanned: -
107
108 Datasheet:
109
110 https://flexpowermodules.com/resources/fpm-techspec-bmr450-digital-pol-regulators-20a
111
112 * Flex BMR462, BMR463, BMR464
113
114 Prefixes: 'bmr462', 'bmr463', 'bmr464'
115
116 Addresses scanned: -
117
118 Datasheet: https://flexpowermodules.com/resources/fpm-techspec-bmr462
119
120 * Flex BMR465, BMR467
121
122 Prefixes: 'bmr465', 'bmr467'
123
124 Addresses scanned: -
125
126 Datasheet: https://flexpowermodules.com/resources/fpm-techspec-bmr465-digital-pol
127
128 * Flex BMR466
129
130 Prefixes: 'bmr466'
131
132 Addresses scanned: -
133
134 Datasheet: https://flexpowermodules.com/resources/fpm-techspec-bmr466-8x12
135
136 * Flex BMR469
137
138 Prefixes: 'bmr469'
139
140 Addresses scanned: -
141
142 Datasheet: https://flexpowermodules.com/resources/fpm-techspec-bmr4696001
143
144 Author: Guenter Roeck <linux@roeck-us.net>
145
146
147 Description
148 -----------
149
150 This driver supports hardware monitoring for Renesas / Intersil / Zilker Labs
151 ZL6100 and compatible digital DC-DC controllers.
152
153 The driver is a client driver to the core PMBus driver. Please see
154 Documentation/hwmon/pmbus.rst and Documentation.hwmon/pmbus-core for details
155 on PMBus client drivers.
156
157
158 Usage Notes
159 -----------
160
161 This driver does not auto-detect devices. You will have to instantiate the
162 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
163 details.
164
165 .. warning::
166
167 Do not access chip registers using the i2cdump command, and do not use
168 any of the i2ctools commands on a command register used to save and restore
169 configuration data (0x11, 0x12, 0x15, 0x16, and 0xf4). The chips supported by
170 this driver interpret any access to those command registers (including read
171 commands) as request to execute the command in question. Unless write accesses
172 to those registers are protected, this may result in power loss, board resets,
173 and/or Flash corruption. Worst case, your board may turn into a brick.
174
175
176 Platform data support
177 ---------------------
178
179 The driver supports standard PMBus driver platform data.
180
181
182 Module parameters
183 -----------------
184
185 delay
186 -----
187
188 Renesas/Intersil/Zilker Labs DC-DC controllers require a minimum interval
189 between I2C bus accesses. According to Intersil, the minimum interval is 2 ms,
190 though 1 ms appears to be sufficient and has not caused any problems in testing.
191 The problem is known to affect all currently supported chips. For manual override,
192 the driver provides a writeable module parameter, 'delay', which can be used
193 to set the interval to a value between 0 and 65,535 microseconds.
194
195
196 Sysfs entries
197 -------------
198
199 The following attributes are supported. Limits are read-write; all other
200 attributes are read-only.
201
202 ======================= ========================================================
203 in1_label "vin"
204 in1_input Measured input voltage.
205 in1_min Minimum input voltage.
206 in1_max Maximum input voltage.
207 in1_lcrit Critical minimum input voltage.
208 in1_crit Critical maximum input voltage.
209 in1_min_alarm Input voltage low alarm.
210 in1_max_alarm Input voltage high alarm.
211 in1_lcrit_alarm Input voltage critical low alarm.
212 in1_crit_alarm Input voltage critical high alarm.
213
214 in2_label "vmon"
215 in2_input Measured voltage on VMON (ZL2004) or VDRV (ZL9101M,
216 ZL9117M) pin. Reported voltage is 16x the voltage on the
217 pin (adjusted internally by the chip).
218 in2_lcrit Critical minimum VMON/VDRV Voltage.
219 in2_crit Critical maximum VMON/VDRV voltage.
220 in2_lcrit_alarm VMON/VDRV voltage critical low alarm.
221 in2_crit_alarm VMON/VDRV voltage critical high alarm.
222
223 vmon attributes are supported on ZL2004, ZL8802,
224 ZL9101M, ZL9117M and ZLS4009 only.
225
226 inX_label "vout[12]"
227 inX_input Measured output voltage.
228 inX_lcrit Critical minimum output Voltage.
229 inX_crit Critical maximum output voltage.
230 inX_lcrit_alarm Critical output voltage critical low alarm.
231 inX_crit_alarm Critical output voltage critical high alarm.
232
233 X is 3 for ZL2004, ZL9101M, and ZL9117M,
234 3, 4 for ZL8802 and 2 otherwise.
235
236 curr1_label "iin"
237 curr1_input Measured input current.
238
239 iin attributes are supported on ZL8802 only
240
241 currY_label "iout[12]"
242 currY_input Measured output current.
243 currY_lcrit Critical minimum output current.
244 currY_crit Critical maximum output current.
245 currY_lcrit_alarm Output current critical low alarm.
246 currY_crit_alarm Output current critical high alarm.
247
248 Y is 2, 3 for ZL8802, 1 otherwise
249
250 temp[12]_input Measured temperature.
251 temp[12]_min Minimum temperature.
252 temp[12]_max Maximum temperature.
253 temp[12]_lcrit Critical low temperature.
254 temp[12]_crit Critical high temperature.
255 temp[12]_min_alarm Chip temperature low alarm.
256 temp[12]_max_alarm Chip temperature high alarm.
257 temp[12]_lcrit_alarm Chip temperature critical low alarm.
258 temp[12]_crit_alarm Chip temperature critical high alarm.
259 ======================= ========================================================
260

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

지원 ZL 계열 디지털 컨트롤러

1-87

이 드라이버는 Renesas/Intersil/Zilker Labs의 ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105, ZL8802, ZL9101M, ZL9117M과 호환 장치를 지원합니다. 각 장치의 접두사는 아래 표와 같고 자동 검색 주소는 지정하지 않습니다.

ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105는 Renesas 웹사이트의 공개 PDF 데이터시트 주소를 제공합니다. ZL8802, ZL9101M, ZL9117M도 Renesas 데이터시트 페이지를 제공합니다.

ZL6100 드라이버 지원 장치
장치접두사자료
ZL2004`zl2004`Renesas 공개 PDF
ZL2005`zl2005`Renesas 공개 PDF
ZL2006`zl2006`Renesas 공개 PDF
ZL2008`zl2008`Renesas 공개 PDF
ZL2105`zl2105`Renesas 공개 PDF
ZL2106`zl2106`Renesas 공개 PDF
ZL6100`zl6100`Renesas 공개 PDF
ZL6105`zl6105`Renesas 공개 PDF
ZL8802`zl8802`Renesas 데이터시트
ZL9101M`zl9101`Renesas 데이터시트
ZL9117M`zl9117`Renesas 데이터시트
ZLS1003, ZLS4009`zls1003`, `zls4009`미공개
BMR450, BMR451`bmr450`, `bmr451`Flex 기술 사양
BMR462, BMR463, BMR464`bmr462`, `bmr463`, `bmr464`Flex 기술 사양
BMR465, BMR467`bmr465`, `bmr467`Flex 기술 사양
BMR466`bmr466`Flex 기술 사양
BMR469`bmr469`Flex 기술 사양

원문에 나열된 ZL 및 Flex 호환 장치 17개 그룹을 모두 정리합니다.

ZL 계열 식별
보드 자료에서 디지털 DC-DC 모델 확인지원 장치 17개 그룹과 대조해당 접두사 선택I2C 장치를 명시적으로 생성PMBus 코어 클라이언트로 등록

명시적으로 생성한 PMBus 장치의 모델과 접두사를 연결합니다.

Kernel driver zl6100
====================

Supported chips:

  * Renesas / Intersil / Zilker Labs ZL2004

    Prefix: 'zl2004'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/zl2004-datasheet.pdf

  * Renesas / Intersil / Zilker Labs ZL2005

    Prefix: 'zl2005'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/zl2005-datasheet.pdf

  * Renesas / Intersil / Zilker Labs ZL2006

    Prefix: 'zl2006'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/zl2006-datasheet.pdf

  * Renesas / Intersil / Zilker Labs ZL2008

    Prefix: 'zl2008'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/zl2008-datasheet.pdf

  * Renesas / Intersil / Zilker Labs ZL2105

    Prefix: 'zl2105'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/zl2105-datasheet.pdf

  * Renesas / Intersil / Zilker Labs ZL2106

    Prefix: 'zl2106'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/zl2106-datasheet.pdf

  * Renesas / Intersil / Zilker Labs ZL6100

    Prefix: 'zl6100'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/zl6100-datasheet.pdf

  * Renesas / Intersil / Zilker Labs ZL6105

    Prefix: 'zl6105'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/zl6105-datasheet.pdf

  * Renesas / Intersil / Zilker Labs ZL8802

    Prefix: 'zl8802'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/zl8802-datasheet

  * Renesas / Intersil / Zilker Labs ZL9101M

    Prefix: 'zl9101'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/zl9101m-datasheet

  * Renesas / Intersil / Zilker Labs ZL9117M

ZLS·Flex 호환 장치와 드라이버 구조

88-158

ZLS1003과 ZLS4009의 접두사는 각각 `zls1003`, `zls4009`이며 데이터시트는 공개되지 않았습니다.

Flex 호환 장치는 BMR450·BMR451, BMR462·BMR463·BMR464, BMR465·BMR467, BMR466, BMR469입니다. 접두사는 모델명을 소문자로 쓴 `bmr450`, `bmr451`, `bmr462`, `bmr463`, `bmr464`, `bmr465`, `bmr467`, `bmr466`, `bmr469`이며 원문은 각 Flex Power Modules 기술 사양 주소를 제시합니다.

작성자는 Guenter Roeck입니다.

드라이버는 Renesas/Intersil/Zilker Labs ZL6100 및 호환 디지털 DC-DC 컨트롤러의 하드웨어 모니터링을 지원합니다. PMBus 코어 드라이버의 클라이언트 드라이버이며 자세한 내용은 `Documentation/hwmon/pmbus.rst`와 원문 표기 `Documentation.hwmon/pmbus-core`를 참조합니다.

ZL6100 호환 제품군
제품군드라이버 계층
Renesas/Intersil/Zilker LabsZL2004~ZL9117MZL6100 호환 클라이언트
ZLSZLS1003, ZLS4009데이터시트 미공개
Flex BMRBMR450~BMR469호환 디지털 POL 모듈
공통디지털 DC-DCPMBus 코어의 클라이언트
참조`Documentation/hwmon/pmbus.rst`PMBus 클라이언트 구조

제조사·제품군과 PMBus 계층의 관계를 정리합니다.

PMBus 계층 연결
ZL 또는 BMR 호환 모델 판별모델별 접두사 선택PMBus 코어에 클라이언트 연결장치별 페이지·기능 확인공통 hwmon 속성 생성

호환 제품을 PMBus 코어와 hwmon 속성으로 연결합니다.

    Prefix: 'zl9117'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/zl9117m-datasheet

  * Renesas / Intersil / Zilker Labs ZLS1003, ZLS4009

    Prefix: 'zls1003', zls4009

    Addresses scanned: -

    Datasheet: Not published

  * Flex BMR450, BMR451

    Prefix: 'bmr450', 'bmr451'

    Addresses scanned: -

    Datasheet:

https://flexpowermodules.com/resources/fpm-techspec-bmr450-digital-pol-regulators-20a

  * Flex BMR462, BMR463, BMR464

    Prefixes: 'bmr462', 'bmr463', 'bmr464'

    Addresses scanned: -

    Datasheet: https://flexpowermodules.com/resources/fpm-techspec-bmr462

  * Flex BMR465, BMR467

    Prefixes: 'bmr465', 'bmr467'

    Addresses scanned: -

    Datasheet: https://flexpowermodules.com/resources/fpm-techspec-bmr465-digital-pol

  * Flex BMR466

    Prefixes: 'bmr466'

    Addresses scanned: -

    Datasheet: https://flexpowermodules.com/resources/fpm-techspec-bmr466-8x12

  * Flex BMR469

    Prefixes: 'bmr469'

    Addresses scanned: -

    Datasheet: https://flexpowermodules.com/resources/fpm-techspec-bmr4696001

Author: Guenter Roeck <linux@roeck-us.net>


Description
-----------

This driver supports hardware monitoring for Renesas / Intersil / Zilker Labs
ZL6100 and compatible digital DC-DC controllers.

The driver is a client driver to the core PMBus driver. Please see
Documentation/hwmon/pmbus.rst and Documentation.hwmon/pmbus-core for details
on PMBus client drivers.


Usage Notes

명시적 생성, 위험 레지스터와 접근 지연

159-201

이 드라이버는 장치를 자동 감지하지 않습니다. 사용자가 장치를 명시적으로 생성해야 하며 자세한 방법은 `Documentation/i2c/instantiating-devices.rst`를 참조합니다.

경고: `i2cdump`로 칩 레지스터에 접근하면 안 됩니다. 구성 데이터를 저장·복원하는 명령 레지스터 `0x11`, `0x12`, `0x15`, `0x16`, `0xf4`에는 어떤 `i2ctools` 명령도 사용하면 안 됩니다. 지원 칩은 읽기를 포함한 모든 접근을 해당 명령 실행 요청으로 해석합니다. 쓰기 접근이 보호되지 않았다면 전원 손실, 보드 재설정, Flash 손상이 발생할 수 있고 최악에는 보드를 사용할 수 없게 만들 수 있습니다.

드라이버는 표준 PMBus 드라이버 플랫폼 데이터를 지원합니다.

Renesas/Intersil/Zilker Labs DC-DC 컨트롤러는 I2C 버스 접근 사이에 최소 간격이 필요합니다. Intersil에 따르면 최소 2ms이지만 시험에서는 1ms도 충분했고 문제가 없었습니다. 이 문제는 현재 지원하는 모든 칩에 영향을 주는 것으로 알려져 있습니다.

수동으로 덮어쓰기 위해 쓰기 가능한 모듈 매개변수 `delay`를 제공하며 접근 간격을 0~65,535마이크로초로 설정할 수 있습니다.

ZL6100 안전한 접근
항목주의
자동 감지지원 안 함장치를 명시적으로 생성
금지 도구`i2cdump` 및 해당 레지스터의 `i2ctools`읽기도 명령 실행으로 해석
위험 레지스터`0x11`, `0x12`, `0x15`, `0x16`, `0xf4`저장·복원 명령
가능한 피해전원 손실·재설정·Flash 손상최악에는 보드 사용 불가
권장 최소 간격2ms1ms도 시험상 충분
`delay`0~65,535µs쓰기 가능한 모듈 매개변수

명시적 생성과 절대 피해야 할 명령 레지스터를 정리합니다.

ZL6100 안전 절차
장치를 명시적으로 생성지원 모델과 PMBus 플랫폼 데이터 적용명령 레지스터 5개 접근 금지`delay`로 I2C 접근 간격 확보PMBus 코어를 통해서만 텔레메트리 읽기

위험 명령 레지스터를 건드리지 않고 필요한 간격으로 접근합니다.

-----------

This driver does not auto-detect devices. You will have to instantiate the
devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
details.

.. warning::

  Do not access chip registers using the i2cdump command, and do not use
  any of the i2ctools commands on a command register used to save and restore
  configuration data (0x11, 0x12, 0x15, 0x16, and 0xf4). The chips supported by
  this driver interpret any access to those command registers (including read
  commands) as request to execute the command in question. Unless write accesses
  to those registers are protected, this may result in power loss, board resets,
  and/or Flash corruption. Worst case, your board may turn into a brick.


Platform data support
---------------------

The driver supports standard PMBus driver platform data.


Module parameters
-----------------

delay
-----

Renesas/Intersil/Zilker Labs DC-DC controllers require a minimum interval
between I2C bus accesses. According to Intersil, the minimum interval is 2 ms,
though 1 ms appears to be sufficient and has not caused any problems in testing.
The problem is known to affect all currently supported chips. For manual override,
the driver provides a writeable module parameter, 'delay', which can be used
to set the interval to a value between 0 and 65,535 microseconds.


Sysfs entries
-------------

The following attributes are supported. Limits are read-write; all other
attributes are read-only.

전압·전류·온도 sysfs 속성

202-259

아래 속성을 지원합니다. 한계값은 읽기/쓰기가 가능하고 나머지 속성은 읽기 전용입니다.

`in1_*`는 `vin` 입력 전압의 측정값, 최소·최대·임계 한계와 네 경보를 제공합니다. `in2_*`는 ZL2004의 VMON 또는 ZL9101M·ZL9117M의 VDRV 핀을 나타내며 칩 내부에서 조정되어 핀 전압의 16배를 보고합니다. vmon 속성은 ZL2004, ZL8802, ZL9101M, ZL9117M, ZLS4009에서만 지원합니다.

`inX_*`는 `vout1` 또는 `vout2` 출력 전압을 제공합니다. X는 ZL2004·ZL9101M·ZL9117M에서 3, ZL8802에서 3과 4, 그 밖의 장치에서 2입니다.

`curr1_*` 입력 전류 `iin` 속성은 ZL8802에서만 지원합니다. `currY_*`는 `iout1` 또는 `iout2` 출력 전류이며 Y는 ZL8802에서 2와 3, 그 밖의 장치에서 1입니다.

`temp1`과 `temp2`는 측정 온도, 최소·최대·임계 저온·임계 고온과 각각의 경보를 제공합니다.

ZL6100 sysfs 속성
속성의미접근·지원
`in1_label``vin`읽기 전용
`in1_input`측정 입력 전압읽기 전용
`in1_min`최소 입력 전압읽기/쓰기
`in1_max`최대 입력 전압읽기/쓰기
`in1_lcrit`임계 최소 입력 전압읽기/쓰기
`in1_crit`임계 최대 입력 전압읽기/쓰기
`in1_min_alarm`입력 전압 낮음 경보읽기 전용
`in1_max_alarm`입력 전압 높음 경보읽기 전용
`in1_lcrit_alarm`입력 전압 임계 낮음 경보읽기 전용
`in1_crit_alarm`입력 전압 임계 높음 경보읽기 전용
`in2_label``vmon`읽기 전용
`in2_input`VMON 또는 VDRV 핀 전압의 16배읽기 전용
`in2_lcrit`VMON/VDRV 임계 최소읽기/쓰기
`in2_crit`VMON/VDRV 임계 최대읽기/쓰기
`in2_lcrit_alarm`VMON/VDRV 임계 낮음 경보읽기 전용
`in2_crit_alarm`VMON/VDRV 임계 높음 경보읽기 전용
`inX_label``vout[12]`읽기 전용
`inX_input`측정 출력 전압읽기 전용
`inX_lcrit`임계 최소 출력 전압읽기/쓰기
`inX_crit`임계 최대 출력 전압읽기/쓰기
`inX_lcrit_alarm`출력 전압 임계 낮음 경보읽기 전용
`inX_crit_alarm`출력 전압 임계 높음 경보읽기 전용
`curr1_label``iin`ZL8802만
`curr1_input`측정 입력 전류ZL8802만
`currY_label``iout[12]`읽기 전용
`currY_input`측정 출력 전류읽기 전용
`currY_lcrit`임계 최소 출력 전류읽기/쓰기
`currY_crit`임계 최대 출력 전류읽기/쓰기
`currY_lcrit_alarm`출력 전류 임계 낮음 경보읽기 전용
`currY_crit_alarm`출력 전류 임계 높음 경보읽기 전용
`temp[12]_input`측정 온도읽기 전용
`temp[12]_min`최소 온도읽기/쓰기
`temp[12]_max`최대 온도읽기/쓰기
`temp[12]_lcrit`임계 낮은 온도읽기/쓰기
`temp[12]_crit`임계 높은 온도읽기/쓰기
`temp[12]_min_alarm`칩 온도 낮음 경보읽기 전용
`temp[12]_max_alarm`칩 온도 높음 경보읽기 전용
`temp[12]_lcrit_alarm`칩 온도 임계 낮음 경보읽기 전용
`temp[12]_crit_alarm`칩 온도 임계 높음 경보읽기 전용

원문 표의 전압·전류·온도 속성 39개를 모두 보존합니다.

ZL6100 속성 인덱싱
모델별 VMON/VDRV 지원 확인vout의 X 인덱스 결정ZL8802이면 iin과 두 iout 활성화한계값은 읽기/쓰기, 측정·경보는 읽기 전용온도 1~2 채널과 경보 게시

장치 모델에 맞춰 vmon·vout·iin·iout 채널 번호를 결정합니다.

======================= ========================================================
in1_label                "vin"
in1_input                Measured input voltage.
in1_min                        Minimum input voltage.
in1_max                        Maximum input voltage.
in1_lcrit                Critical minimum input voltage.
in1_crit                Critical maximum input voltage.
in1_min_alarm                Input voltage low alarm.
in1_max_alarm                Input voltage high alarm.
in1_lcrit_alarm                Input voltage critical low alarm.
in1_crit_alarm                Input voltage critical high alarm.

in2_label                "vmon"
in2_input                Measured voltage on VMON (ZL2004) or VDRV (ZL9101M,
                        ZL9117M) pin. Reported voltage is 16x the voltage on the
                        pin (adjusted internally by the chip).
in2_lcrit                Critical minimum VMON/VDRV Voltage.
in2_crit                Critical maximum VMON/VDRV voltage.
in2_lcrit_alarm                VMON/VDRV voltage critical low alarm.
in2_crit_alarm                VMON/VDRV voltage critical high alarm.

                        vmon attributes are supported on ZL2004, ZL8802,
                        ZL9101M, ZL9117M and ZLS4009 only.

inX_label                "vout[12]"
inX_input                Measured output voltage.
inX_lcrit                Critical minimum output Voltage.
inX_crit                Critical maximum output voltage.
inX_lcrit_alarm                Critical output voltage critical low alarm.
inX_crit_alarm                Critical output voltage critical high alarm.

                        X is 3 for ZL2004, ZL9101M, and ZL9117M,
                        3, 4 for ZL8802 and 2 otherwise.

curr1_label                "iin"
curr1_input                Measured input current.

                        iin attributes are supported on ZL8802 only

currY_label                "iout[12]"
currY_input                Measured output current.
currY_lcrit                Critical minimum output current.
currY_crit                Critical maximum output current.
currY_lcrit_alarm        Output current critical low alarm.
currY_crit_alarm        Output current critical high alarm.

                        Y is 2, 3 for ZL8802, 1 otherwise

temp[12]_input                Measured temperature.
temp[12]_min                Minimum temperature.
temp[12]_max                Maximum temperature.
temp[12]_lcrit                Critical low temperature.
temp[12]_crit                Critical high temperature.
temp[12]_min_alarm        Chip temperature low alarm.
temp[12]_max_alarm        Chip temperature high alarm.
temp[12]_lcrit_alarm        Chip temperature critical low alarm.
temp[12]_crit_alarm        Chip temperature critical high alarm.
======================= ========================================================