Path: blob/master/Documentation/devicetree/bindings/cache/marvell,kirkwood-cache.yaml
26307 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/cache/marvell,kirkwood-cache.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Marvell Feroceon/Kirkwood Cache78maintainers:9- Andrew Lunn <andrew@lunn.ch>10- Gregory Clement <gregory.clement@bootlin.com>1112properties:13compatible:14enum:15- marvell,feroceon-cache16- marvell,kirkwood-cache1718reg:19maxItems: 12021allOf:22- if:23properties:24compatible:25contains:26const: marvell,kirkwood-cache27then:28required:29- reg30else:31properties:32reg: false3334required:35- compatible3637additionalProperties: false3839examples:40- |41l2-cache@20128 {42compatible = "marvell,kirkwood-cache";43reg = <0x20128 0x4>;44};454647