feroceon.txt 414 B

1234567891011121314151617
  1. * Marvell Feroceon Cache
  2. Required properties:
  3. - compatible : Should be either "marvell,feroceon-cache" or
  4. "marvell,kirkwood-cache".
  5. Optional properties:
  6. - reg : Address of the L2 cache control register. Mandatory for
  7. "marvell,kirkwood-cache", not used by "marvell,feroceon-cache"
  8. Example:
  9. l2: l2-cache@20128 {
  10. compatible = "marvell,kirkwood-cache";
  11. reg = <0x20128 0x4>;
  12. };