← Documents Documentation/devicetree/bindings/sound/ti,ads117x.txt GitHub 원문 ↗

Linux 6.18.37 · Devicetree Bindings / Sound

TI ADS117x ADC

ADS1174·ADS1178 compatible을 설명합니다.

Source pathDocumentation/devicetree/bindings/sound/ti,ads117x.txt
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약과 해설

ti,ads117x.txt:1-11

ADS1174·ADS1178 compatible을 설명합니다. 영어 원문 전체와 줄 좌표를 보존하고 한국어 전문 번역에서는 property·callback·pin·phandle·수치와 예제 코드를 원형대로 유지합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 Texas Intstruments ADS117x ADC
2
3 Required properties:
4
5 - compatible : "ti,ads1174" or "ti,ads1178"
6
7 Example:
8
9 ads1178 {
10 compatible = "ti,ads1178";
11 };
12

3. 한국어 전문 번역

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

ADS1174·ADS1178 compatible

1-6

Texas Instruments ADS117x ADC의 필수 `compatible`은 `ti,ads1174` 또는 `ti,ads1178`입니다.

ADS1178 예제

7-11

예제는 별도 bus 속성 없이 ADS1178 compatible node를 선언합니다.

ads1178 {
        compatible = "ti,ads1178";
};