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

Linux 6.18.37 · Hardware Monitoring

Kernel driver lm95234

LM95233·LM95234의 TruTherm 로컬·다중 원격 다이오드 온도 측정입니다.

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

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

1. 요약·해설

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

요약·해설

lm95234.rst:1-48

11비트 TruTherm 센서가 로컬과 원격 2개 또는 4개를 측정하고 채널별 상한·공통 히스테리시스를 적용합니다.

문서 개요
항목
SourceDocumentation/hwmon/lm95234.rst
분량48 source lines
원격 채널2개 또는 4개
범위-127~+255 C

원문 분량과 핵심 인터페이스입니다.

동작 흐름
칩·채널 수 확인TruTherm 보정밀리섭씨 변환제한과 갱신 주기 적용

장치 감지부터 측정·제어까지의 핵심 순서입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 Kernel driver lm95234
2 =====================
3
4 Supported chips:
5
6 * National Semiconductor / Texas Instruments LM95233
7
8 Addresses scanned: I2C 0x18, 0x2a, 0x2b
9
10 Datasheet: Publicly available at the Texas Instruments website
11
12 https://www.ti.com/product/lm95233
13
14 * National Semiconductor / Texas Instruments LM95234
15
16 Addresses scanned: I2C 0x18, 0x4d, 0x4e
17
18 Datasheet: Publicly available at the Texas Instruments website
19
20 https://www.ti.com/product/lm95234
21
22 Author: Guenter Roeck <[email protected]>
23
24 Description
25 -----------
26
27 LM95233 and LM95234 are 11-bit digital temperature sensors with a 2-wire
28 System Management Bus (SMBus) interface and TrueTherm technology
29 that can very accurately monitor the temperature of two (LM95233)
30 or four (LM95234) remote diodes as well as its own temperature.
31 The remote diodes can be external devices such as microprocessors,
32 graphics processors or diode-connected 2N3904s. The chip's TruTherm
33 beta compensation technology allows sensing of 90 nm or 65 nm process
34 thermal diodes accurately.
35
36 All temperature values are given in millidegrees Celsius. Temperature
37 is provided within a range of -127 to +255 degrees (+127.875 degrees for
38 the internal sensor). Resolution depends on temperature input and range.
39
40 Each sensor has its own maximum limit, but the hysteresis is common to all
41 channels. The hysteresis is configurable with the tem1_max_hyst attribute and
42 affects the hysteresis on all channels. The first two external sensors also
43 have a critical limit.
44
45 The lm95234 driver can change its update interval to a fixed set of values.
46 It will round up to the next selectable interval. See the datasheet for exact
47 values. Reading sensor values more often will do no harm, but will return
48 'old' values.
49

3. 한국어 전문 번역

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

LM95233·LM95234 지원 정보

1-22

드라이버는 National Semiconductor/TI LM95233과 LM95234를 지원합니다. LM95233은 I2C 주소 `0x18`, `0x2a`, `0x2b`, LM95234는 `0x18`, `0x4d`, `0x4e`에서 검색됩니다.

원문은 TI의 각 제품 데이터시트 링크를 제공하며 작성자는 Guenter Roeck입니다.

LM9523x 주소
주소원격 다이오드
LM952330x18, 0x2a, 0x2b2개
LM952340x18, 0x4d, 0x4e4개

원격 채널 수가 다른 두 칩의 검색 주소입니다.

LM9523x 감지
지원 주소 검색LM95233·LM95234 구분원격 채널 수 선택로컬·원격 온도 속성 게시

주소와 칩 ID로 채널 수를 결정합니다.

Kernel driver lm95234
=====================

Supported chips:

  * National Semiconductor / Texas Instruments LM95233

    Addresses scanned: I2C 0x18, 0x2a, 0x2b

    Datasheet: Publicly available at the Texas Instruments website

               https://www.ti.com/product/lm95233

  * National Semiconductor / Texas Instruments LM95234

    Addresses scanned: I2C 0x18, 0x4d, 0x4e

    Datasheet: Publicly available at the Texas Instruments website

               https://www.ti.com/product/lm95234

Author: Guenter Roeck <[email protected]>

TruTherm 원격 다이오드·공통 히스테리시스

23-48

LM95233·LM95234는 SMBus 2선 인터페이스와 TruTherm 기술을 사용하는 11비트 디지털 온도 센서입니다. 자체 온도와 각각 외부 다이오드 2개 또는 4개를 정밀 측정합니다. 원격 대상은 마이크로프로세서·GPU·다이오드 연결 2N3904이며, 베타 보상으로 90 nm·65 nm 공정 열 다이오드를 정확히 측정합니다.

온도는 밀리섭씨입니다. 범위는 -127~+255 C이고 내부 센서는 +127.875 C까지입니다. 분해능은 입력과 범위에 따라 달라집니다.

각 센서에는 개별 최대 제한이 있으나 히스테리시스는 모든 채널이 공유합니다. 원문에 적힌 `tem1_max_hyst` 속성으로 공통 히스테리시스를 설정하며 첫 두 원격 센서에는 임계 제한도 있습니다.

`lm95234` 드라이버의 갱신 주기는 고정 선택값 중 하나로 바뀌며 지원하지 않는 요청은 다음으로 큰 값으로 올립니다. 더 자주 읽으면 이전 값이 반환됩니다.

LM9523x 온도
항목내용
ADC11비트, TruTherm 베타 보상
범위-127~+255 C, 내부 +127.875 C
원격 채널LM95233 2개, LM95234 4개
최대 제한채널별
히스테리시스모든 채널 공통
임계 제한첫 두 원격 센서

채널·범위·제한 구조를 정리합니다.

TruTherm 측정
로컬·원격 다이오드 샘플링베타 보상 적용밀리섭씨 변환채널별 최대·임계 비교선택 가능한 갱신 주기 적용

다이오드 유형을 보정해 다중 채널 온도를 갱신합니다.


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

LM95233 and LM95234 are 11-bit digital temperature sensors with a 2-wire
System Management Bus (SMBus) interface and TrueTherm technology
that can very accurately monitor the temperature of two (LM95233)
or four (LM95234) remote diodes as well as its own temperature.
The remote diodes can be external devices such as microprocessors,
graphics processors or diode-connected 2N3904s. The chip's TruTherm
beta compensation technology allows sensing of 90 nm or 65 nm process
thermal diodes accurately.

All temperature values are given in millidegrees Celsius. Temperature
is provided within a range of -127 to +255 degrees (+127.875 degrees for
the internal sensor). Resolution depends on temperature input and range.

Each sensor has its own maximum limit, but the hysteresis is common to all
channels. The hysteresis is configurable with the tem1_max_hyst attribute and
affects the hysteresis on all channels. The first two external sensors also
have a critical limit.

The lm95234 driver can change its update interval to a fixed set of values.
It will round up to the next selectable interval. See the datasheet for exact
values. Reading sensor values more often will do no harm, but will return
'old' values.