diff options
author | Jason Cooper <jason@lakedaemon.net> | 2014-03-01 03:21:04 +0000 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-03-01 03:21:04 +0000 |
commit | 0d75ab68fd1a516f7a394fac6ba0f0ef34bbd18e (patch) | |
tree | 35e597b44cd1af328cb6b02e4f16de51ccd6f979 /Documentation/devicetree/bindings/arm | |
parent | aa89b0ad4f9cac3925bd8e85dbfc3c50ba7b31cf (diff) | |
parent | b02b64384696ad13d6a827dc7775489d01b3dfd9 (diff) | |
download | talos-op-linux-0d75ab68fd1a516f7a394fac6ba0f0ef34bbd18e.tar.gz talos-op-linux-0d75ab68fd1a516f7a394fac6ba0f0ef34bbd18e.zip |
Merge branch 'mvebu/soc-kw' into mvebu/soc
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/mrvl/feroceon.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mrvl/feroceon.txt b/Documentation/devicetree/bindings/arm/mrvl/feroceon.txt new file mode 100644 index 000000000000..0d244b999d10 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/mrvl/feroceon.txt @@ -0,0 +1,16 @@ +* Marvell Feroceon Cache + +Required properties: +- compatible : Should be either "marvell,feroceon-cache" or + "marvell,kirkwood-cache". + +Optional properties: +- reg : Address of the L2 cache control register. Mandatory for + "marvell,kirkwood-cache", not used by "marvell,feroceon-cache" + + +Example: + l2: l2-cache@20128 { + compatible = "marvell,kirkwood-cache"; + reg = <0x20128 0x4>; + }; |