0001 * Marvell Tauros2 Cache
0002
0003 Required properties:
0004 - compatible : Should be "marvell,tauros2-cache".
0005 - marvell,tauros2-cache-features : Specify the features supported for the
0006 tauros2 cache.
0007 The features including
0008 CACHE_TAUROS2_PREFETCH_ON (1 << 0)
0009 CACHE_TAUROS2_LINEFILL_BURST8 (1 << 1)
0010 The definition can be found at
0011 arch/arm/include/asm/hardware/cache-tauros2.h
0012
0013 Example:
0014 L2: l2-cache {
0015 compatible = "marvell,tauros2-cache";
0016 marvell,tauros2-cache-features = <0x3>;
0017 };