← Zephyr Documents build/dts/intro.html · build/dts/intro.rst 공식 원문 ↗

Zephyr 3.7.0 · Build · Devicetree · Introduction

Devicetree 입문 안내

범위와 목적에서 문법·구조를 거쳐 입력·출력 pipeline으로 이어지는 입문 순서입니다.

Official pathbuild/dts/intro.html
Source filebuild/dts/intro.rst
Source versionZephyr 3.7.0
TranslationFull · reviewed

Part 1

요약·해설

개념 입문 세 페이지와 실전 HOWTO의 역할을 구분해 원문 toctree 순서로 연결했습니다.

1

범위 · 목적

2

문법 · 구조

3

입력 · 출력

Practice

HOWTO

Part 2

접을 수 있는 영어 원문 전체

영어 원문 전체 펼치기
원문 SHA-256 2697C2FC29AA5707944EE6498726D1A6A6CA6EEAAE226F5DE8FC01DC1D7D73EE
.. _devicetree-intro:

Introduction to devicetree
##########################

.. tip::

   This is a conceptual overview of devicetree and how Zephyr uses it. For
   step-by-step guides and examples, see :ref:`dt-howtos`.

The following pages introduce general devicetree concepts and how they apply to
Zephyr.

.. toctree::
   :maxdepth: 2

   intro-scope-purpose.rst
   intro-syntax-structure.rst
   intro-input-output.rst

Part 3

한국어 전문 번역

Devicetree 입문

다음 세 페이지가 일반 Devicetree 개념과 Zephyr 적용 방식을 순서대로 설명합니다.

  1. 범위와 목적: hardware·초기 설정, source·binding·API 흐름
  2. 문법과 구조: node·property·주소·표준 property·phandle·alias
  3. 입력과 출력 파일: DTS·DTSI·overlay·binding, script와 생성 결과

Source

출처

원문 파일의 단락, directive, 표, 코드, symbol, 경로는 영어 원문 영역에 그대로 보존했습니다.