Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
71 lines
1.9 KiB
YAML
71 lines
1.9 KiB
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/clock/marvell,cp110-clock.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Marvell Armada CP110 System Controller Clocks
|
|
|
|
maintainers:
|
|
- Gregory Clement <gregory.clement@bootlin.com>
|
|
- Miquel Raynal <miquel.raynal@bootlin.com>
|
|
|
|
description: >
|
|
The CP110 is one of the two core HW blocks of the Marvell Armada 7K/8K/931x
|
|
SoCs. It contains system controllers, which provide several registers giving
|
|
access to numerous features: clocks, pin-muxing and many other SoC
|
|
configuration items.
|
|
|
|
properties:
|
|
compatible:
|
|
const: marvell,cp110-clock
|
|
|
|
"#clock-cells":
|
|
const: 2
|
|
description: >
|
|
The first cell must be 0 or 1. 0 for the core clocks and 1 for the
|
|
gateable clocks. The second cell identifies the particular core clock or
|
|
gateable clocks.
|
|
|
|
The following clocks are available:
|
|
|
|
- Core clocks
|
|
- 0 0 APLL
|
|
- 0 1 PPv2 core
|
|
- 0 2 EIP
|
|
- 0 3 Core
|
|
- 0 4 NAND core
|
|
- 0 5 SDIO core
|
|
|
|
- Gateable clocks
|
|
- 1 0 Audio
|
|
- 1 1 Comm Unit
|
|
- 1 2 NAND
|
|
- 1 3 PPv2
|
|
- 1 4 SDIO
|
|
- 1 5 MG Domain
|
|
- 1 6 MG Core
|
|
- 1 7 XOR1
|
|
- 1 8 XOR0
|
|
- 1 9 GOP DP
|
|
- 1 11 PCIe x1 0
|
|
- 1 12 PCIe x1 1
|
|
- 1 13 PCIe x4
|
|
- 1 14 PCIe / XOR
|
|
- 1 15 SATA
|
|
- 1 16 SATA USB
|
|
- 1 17 Main
|
|
- 1 18 SD/MMC/GOP
|
|
- 1 21 Slow IO (SPI, NOR, BootROM, I2C, UART)
|
|
- 1 22 USB3H0
|
|
- 1 23 USB3H1
|
|
- 1 24 USB3 Device
|
|
- 1 25 EIP150
|
|
- 1 26 EIP197
|
|
|
|
required:
|
|
- compatible
|
|
- "#clock-cells"
|
|
|
|
additionalProperties: false
|