← Documents Documentation/devicetree/bindings/arm/omap/dsp.txt GitHub 원문 ↗

Linux 6.18.37 · Devicetree Bindings

TI OMAP DSP

OMAP3/4 C64 DSP hwmod binding입니다.

Source pathDocumentation/devicetree/bindings/arm/omap/dsp.txt
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약과 해설

dsp.txt:1-14

TI C64 DSP를 compatible과 dsp hwmod로 식별합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 * TI - DSP (Digital Signal Processor)
2
3 TI DSP included in OMAP SoC
4
5 Required properties:
6 - compatible : Should be "ti,omap3-c64" for OMAP3 & 4
7 - ti,hwmods: "dsp"
8
9 Examples:
10
11 dsp {
12 compatible = "ti,omap3-c64";
13 ti,hwmods = "dsp";
14 };
15

3. 한국어 전문 번역

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

OMAP Digital Signal Processor

1-14

TI DSP, 즉 Digital Signal Processor

이 node는 OMAP SoC에 포함된 TI DSP를 나타냅니다.

OMAP3 및 OMAP4의 `compatible`은 `ti,omap3-c64`이고 `ti,hwmods`는 `dsp`입니다.

dsp {
    compatible = "ti,omap3-c64";
    ti,hwmods = "dsp";
};