← Documents Documentation/devicetree/bindings/mips/ni.txt GitHub 원문 ↗

Linux 6.18.37 · Devicetree Bindings

National Instruments MIPS Platforms

National Instruments platform root와 MIPS14KEc CPU 호환성입니다.

Source pathDocumentation/devicetree/bindings/mips/ni.txt
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약과 해설

ni.txt:1-7

Root `ni,169445`와 CPU `mti,mips14KEc`를 구분합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 National Instruments MIPS platforms
2
3 required root node properties:
4 - compatible: must be "ni,169445"
5
6 CPU Nodes
7 - compatible: must be "mti,mips14KEc"
8

3. 한국어 전문 번역

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

National Instruments MIPS root

1-5

National Instruments MIPS platform의 필수 root `compatible`은 `ni,169445`입니다.

MIPS14KEc CPU

6-7

CPU node의 `compatible`은 반드시 `mti,mips14KEc`여야 합니다.

NI MIPS 호환성
Node호환 문자열
Rootni,169445
CPUmti,mips14KEc

Platform root와 CPU node의 필수 문자열입니다.