← Documents Documentation/devicetree/bindings/clock/marvell,pxa910.txt GitHub 원문 ↗

Linux 6.18.37 · Devicetree Bindings

Marvell PXA910 clock controller

PXA910 MPMU/APMU/APBC/APBCP clock 및 reset provider 바인딩입니다.

Source pathDocumentation/devicetree/bindings/clock/marvell,pxa910.txt
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약과 해설

marvell,pxa910.txt:1-21

네 clock control register 영역과 1-cell identifier를 설명합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 * Marvell PXA910 Clock Controller
2
3 The PXA910 clock subsystem generates and supplies clock to various
4 controllers within the PXA910 SoC.
5
6 Required Properties:
7
8 - compatible: should be one of the following.
9 - "marvell,pxa910-clock" - controller compatible with PXA910 SoC.
10
11 - reg: physical base address of the clock subsystem and length of memory mapped
12 region. There are 4 places in SOC has clock control logic:
13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
14
15 - #clock-cells: should be 1.
16 - #reset-cells: should be 1.
17
18 Each clock is assigned an identifier and client nodes use this identifier
19 to specify the clock which they consume.
20
21 All these identifier could be found in <dt-bindings/clock/marvell-pxa910.h>.
22

3. 한국어 전문 번역

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

PXA910 clock controller

1-21

Marvell PXA910 Clock Controller

PXA910 clock subsystem은 PXA910 SoC 안의 여러 controller에 clock을 생성하여 공급합니다.

필수 `compatible`은 `marvell,pxa910-clock`입니다. `reg`에는 clock subsystem의 physical base address와 memory-mapped region 길이를 지정합니다.

SoC에는 `mpmu`, `apmu`, `apbc`, `apbcp` 네 위치에 clock control logic이 있으므로 네 개의 `reg` 공간을 정의해야 합니다.

`#clock-cells`와 `#reset-cells`는 모두 1이어야 합니다. 각 clock identifier는 client가 소비할 clock을 지정할 때 사용하며 `<dt-bindings/clock/marvell-pxa910.h>`에 정의되어 있습니다.

PXA910 clock register blocks
Block역할
MPMUMain power management
APMUApplication power management
APBCAPB clock control
APBCP추가 APB clock control

하나의 controller node가 기술해야 하는 네 clock control 영역입니다.