← Documents Documentation/devicetree/bindings/input/ps2keyb-mouse-apbps2.txt GitHub 원문 ↗

Linux 6.18.37 · Devicetree Bindings

Gaisler APBPS2 PS/2 Core

GRLIB APBPS2 keyboard/mouse core의 AMBA 기반 바인딩입니다.

Source pathDocumentation/devicetree/bindings/input/ps2keyb-mouse-apbps2.txt
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약과 해설

ps2keyb-mouse-apbps2.txt:1-16

LEON SPARC discovery와 필수 device 자원을 설명합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 Aeroflex Gaisler APBPS2 PS/2 Core, supporting Keyboard or Mouse.
2
3 The APBPS2 PS/2 core is available in the GRLIB VHDL IP core library.
4
5 Note: In the ordinary environment for the APBPS2 core, a LEON SPARC system,
6 these properties are built from information in the AMBA plug&play and from
7 bootloader settings.
8
9 Required properties:
10
11 - name : Should be "GAISLER_APBPS2" or "01_060"
12 - reg : Address and length of the register set for the device
13 - interrupts : Interrupt numbers for this device
14
15 For further information look in the documentation for the GLIB IP core library:
16 http://www.gaisler.com/products/grlib/grip.pdf
17

3. 한국어 전문 번역

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

GRLIB APBPS2 keyboard/mouse core

1-16

Aeroflex Gaisler APBPS2 PS/2 core는 keyboard 또는 mouse를 지원하며 GRLIB VHDL IP core library에 포함됩니다. 일반적인 APBPS2 환경인 LEON SPARC system에서는 이 property들을 AMBA plug-and-play 정보와 bootloader 설정으로 만듭니다.

필수 `name`은 `GAISLER_APBPS2` 또는 `01_060`, `reg`는 device register set의 address와 length, `interrupts`는 device interrupt number입니다. 추가 정보는 GRLIB IP core library 문서 `http://www.gaisler.com/products/grlib/grip.pdf`를 참조합니다.

APBPS2 configuration source
AMBA plug-and-playCore identity and register range
Bootloader settingsInterrupt configuration
APBPS2 corePS/2 keyboard or mouse
GRLIB VHDLIP implementation

LEON 환경에서 hardware discovery 정보로 PS/2 core node를 구성합니다.