Path: blob/master/Documentation/devicetree/bindings/cache/marvell,tauros2-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,tauros2-cache.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Marvell Tauros2 Cache78maintainers:9- Andrew Lunn <andrew@lunn.ch>10- Gregory Clement <gregory.clement@bootlin.com>1112properties:13compatible:14const: marvell,tauros2-cache1516marvell,tauros2-cache-features:17description: >18Specify the features supported for the tauros2 cache. The features include:1920- CACHE_TAUROS2_PREFETCH_ON (1 << 0)21- CACHE_TAUROS2_LINEFILL_BURST8 (1 << 1)2223The definition can be found at arch/arm/include/asm/hardware/cache-tauros2.h24$ref: /schemas/types.yaml#/definitions/uint3225maximum: 0x32627required:28- compatible29- marvell,tauros2-cache-features3031additionalProperties: false3233examples:34- |35l2-cache {36compatible = "marvell,tauros2-cache";37marvell,tauros2-cache-features = <0x3>;38};394041