← Documents Documentation/devicetree/bindings/index.rst GitHub 원문 ↗

Linux 6.18.37 · Devicetree Bindings

Device-tree Bindings Index

Binding ABI, DTS style, schema 작성과 patch 제출 안내 목차입니다.

Source pathDocumentation/devicetree/bindings/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약과 해설

index.rst:1-10

Device-tree binding 문서 작성 흐름을 연결합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 .. toctree::
4 :maxdepth: 1
5
6 ABI
7 dts-coding-style
8 writing-bindings
9 writing-schema
10 submitting-patches
11

3. 한국어 전문 번역

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

Device-tree binding 안내서 목차

1-10

이 문서는 GPL-2.0 SPDX license를 사용하며 Sphinx `toctree`의 최대 깊이를 1로 설정합니다. 목차는 ABI, DTS coding style, binding 작성법, schema 작성법, patch 제출법을 차례로 연결합니다.

Binding guide index
문서주제
ABIBinding ABI
dts-coding-styleDTS coding convention
writing-bindingsBinding 작성
writing-schemaSchema 작성
submitting-patchesPatch 제출

Device-tree binding 작성과 제출에 필요한 문서 흐름입니다.

.. toctree::
   :maxdepth: 1

   ABI
   dts-coding-style
   writing-bindings
   writing-schema
   submitting-patches