tauros2.txt 495 B

123456789101112131415161718
  1. * Marvell Tauros2 Cache
  2. Required properties:
  3. - compatible : Should be "marvell,tauros2-cache".
  4. - marvell,tauros2-cache-features : Specify the features supported for the
  5. tauros2 cache.
  6. The features including
  7. CACHE_TAUROS2_PREFETCH_ON (1 << 0)
  8. CACHE_TAUROS2_LINEFILL_BURST8 (1 << 1)
  9. The definition can be found at
  10. arch/arm/include/asm/hardware/cache-tauros2.h
  11. Example:
  12. L2: l2-cache {
  13. compatible = "marvell,tauros2-cache";
  14. marvell,tauros2-cache-features = <0x3>;
  15. };