brintos

brintos / linux-shallow public Read only

0
0
Text · 414 B · 0d244b9 Raw
17 lines · plain
1* Marvell Feroceon Cache2 3Required properties:4- compatible : Should be either "marvell,feroceon-cache" or5  	       "marvell,kirkwood-cache".6 7Optional properties:8- reg        : Address of the L2 cache control register. Mandatory for9  	       "marvell,kirkwood-cache", not used by "marvell,feroceon-cache"10 11 12Example:13		l2: l2-cache@20128 {14			compatible = "marvell,kirkwood-cache";15			reg = <0x20128 0x4>;16		};17