Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
[drm/drm-misc.git] / Documentation / devicetree / bindings / cache / marvell,feroceon-cache.txt
blob0d244b999d1035992e48a4b144cc8527f0446f88
1 * Marvell Feroceon Cache
3 Required properties:
4 - compatible : Should be either "marvell,feroceon-cache" or
5                "marvell,kirkwood-cache".
7 Optional properties:
8 - reg        : Address of the L2 cache control register. Mandatory for
9                "marvell,kirkwood-cache", not used by "marvell,feroceon-cache"
12 Example:
13                 l2: l2-cache@20128 {
14                         compatible = "marvell,kirkwood-cache";
15                         reg = <0x20128 0x4>;
16                 };