18c2ecf20Sopenharmony_ci* Marvell Tauros2 Cache
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible : Should be "marvell,tauros2-cache".
58c2ecf20Sopenharmony_ci- marvell,tauros2-cache-features : Specify the features supported for the
68c2ecf20Sopenharmony_ci  tauros2 cache.
78c2ecf20Sopenharmony_ci  The features including
88c2ecf20Sopenharmony_ci    CACHE_TAUROS2_PREFETCH_ON       (1 << 0)
98c2ecf20Sopenharmony_ci    CACHE_TAUROS2_LINEFILL_BURST8   (1 << 1)
108c2ecf20Sopenharmony_ci  The definition can be found at
118c2ecf20Sopenharmony_ci  arch/arm/include/asm/hardware/cache-tauros2.h
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciExample:
148c2ecf20Sopenharmony_ci	L2: l2-cache {
158c2ecf20Sopenharmony_ci		compatible = "marvell,tauros2-cache";
168c2ecf20Sopenharmony_ci		marvell,tauros2-cache-features = <0x3>;
178c2ecf20Sopenharmony_ci	};
18