← Documents Documentation/devicetree/bindings/input/touchscreen/ts4800-ts.txt GitHub 원문 ↗

Linux 6.18.37 · Devicetree Bindings

TS-4800 Touchscreen

TS-4800 FPGA syscon 기반 터치스크린 바인딩입니다.

Source pathDocumentation/devicetree/bindings/input/touchscreen/ts4800-ts.txt
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약과 해설

ts4800-ts.txt:1-11

syscon 배열의 세 항목과 순서를 설명합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 * TS-4800 Touchscreen bindings
2
3 Required properties:
4 - compatible: must be "technologic,ts4800-ts"
5 - reg: physical base address of the controller and length of memory mapped
6 region.
7 - syscon: phandle / integers array that points to the syscon node which
8 describes the FPGA's syscon registers.
9 - phandle to FPGA's syscon
10 - offset to the touchscreen register
11 - offset to the touchscreen enable bit
12

3. 한국어 전문 번역

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

TS-4800 터치스크린 필수 속성

1-11

TS-4800 터치스크린의 `compatible`은 `technologic,ts4800-ts`여야 합니다. `reg`는 컨트롤러의 물리 기준 주소와 메모리 매핑 영역 길이입니다.

`syscon`은 FPGA의 syscon 레지스터를 설명하는 syscon 노드를 가리키는 phandle 및 정수 배열입니다. 배열에는 차례로 FPGA syscon의 phandle, 터치스크린 레지스터 오프셋, 터치스크린 enable bit 오프셋이 들어갑니다.

TS-4800 syscon 배열
순서
0FPGA syscon phandle
1터치스크린 레지스터 오프셋
2터치스크린 enable bit 오프셋

`syscon` 셀의 순서와 역할을 보존해 정리합니다.