diff options
author | Pali Rohár <pali@kernel.org> | 2021-09-19 17:33:48 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-09-22 02:08:36 +0300 |
commit | 438ffbdb925dbd5433b142c22a5da9d90ff11e52 (patch) | |
tree | 7a87ad4f5be83e540cf897949660859bc91f166b /Documentation/arm | |
parent | 54a5d22411c90b77c2b3610193a73549c5da17b7 (diff) | |
download | linux-438ffbdb925dbd5433b142c22a5da9d90ff11e52.tar.xz |
Documentation: arm: marvell: Add Octeon TX2 CN913x Flavors
Marvell put CN913x into Octeon TX2 family but they are different from all
other Octeon TX2 products. Instead CN913x is evolution from Armada 7k/8k
products.
Signed-off-by: Pali Rohár <pali@kernel.org>
Link: https://lore.kernel.org/r/20210919143348.24338-1-pali@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/arm')
-rw-r--r-- | Documentation/arm/marvell.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/arm/marvell.rst b/Documentation/arm/marvell.rst index f9b09b06e1d6..c3d3f27edfbb 100644 --- a/Documentation/arm/marvell.rst +++ b/Documentation/arm/marvell.rst @@ -244,6 +244,23 @@ EBU Armada family ARMv8 Device tree files: arch/arm64/boot/dts/marvell/armada-80* + Octeon TX2 CN913x Flavors: + - CN9130 (AP807 Quad + one internal CP115) + - CN9131 (AP807 Quad + one internal CP115 + one external CP115 / 88F8215) + - CN9132 (AP807 Quad + one internal CP115 + two external CP115 / 88F8215) + + Core: + ARM Cortex A72 + + Homepage: + https://web.archive.org/web/20200803150818/https://www.marvell.com/products/infrastructure-processors/multi-core-processors/octeon-tx2/octeon-tx2-cn9130.html + + Product Brief: + https://web.archive.org/web/20200803150818/https://www.marvell.com/content/dam/marvell/en/public-collateral/embedded-processors/marvell-infrastructure-processors-octeon-tx2-cn913x-product-brief-2020-02.pdf + + Device tree files: + arch/arm64/boot/dts/marvell/cn913* + Avanta family ------------- |