Based on kernel version 6.11
. Page generated on 2024-09-24 08:21 EST
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | # SPDX-License-Identifier: (GPL-2.0+ OR X11) %YAML 1.2 --- $id: http://devicetree.org/schemas/arm/marvell/armada-7k-8k.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Marvell Armada 7K/8K Platforms maintainers: - Gregory CLEMENT <gregory.clement@bootlin.com> properties: $nodename: const: '/' compatible: oneOf: - description: Armada 7020 SoC items: - const: marvell,armada7020 - const: marvell,armada-ap806-dual - const: marvell,armada-ap806 - description: Armada 7040 SoC items: - const: marvell,armada7040 - const: marvell,armada-ap806-quad - const: marvell,armada-ap806 - description: Armada 8020 SoC items: - const: marvell,armada8020 - const: marvell,armada-ap806-dual - const: marvell,armada-ap806 - description: Armada 8040 SoC items: - const: marvell,armada8040 - const: marvell,armada-ap806-quad - const: marvell,armada-ap806 - description: Armada CN9130 SoC with no external CP items: - const: marvell,cn9130 - const: marvell,armada-ap807-quad - const: marvell,armada-ap807 - description: Armada CN9131 SoC with one external CP items: - const: marvell,cn9131 - const: marvell,cn9130 - const: marvell,armada-ap807-quad - const: marvell,armada-ap807 - description: Armada CN9132 SoC with two external CPs items: - const: marvell,cn9132 - const: marvell,cn9131 - const: marvell,cn9130 - const: marvell,armada-ap807-quad - const: marvell,armada-ap807 - description: Alleycat5X (98DX35xx) Reference Design as COM Express Carrier plus Armada CN9130 COM Express CPU module items: - const: marvell,cn9130-ac5x-carrier - const: marvell,rd-ac5x-carrier - const: marvell,cn9130-cpu-module - const: marvell,cn9130 - const: marvell,armada-ap807-quad - const: marvell,armada-ap807 - description: Alleycat5X (98DX35xx) Reference Design as COM Express Carrier plus Armada CN9131 COM Express CPU module items: - const: marvell,cn9131-ac5x-carrier - const: marvell,rd-ac5x-carrier - const: marvell,cn9131-cpu-module - const: marvell,cn9131 - const: marvell,armada-ap807-quad - const: marvell,armada-ap807 - description: SolidRun CN9130 SoM based single-board computers items: - enum: - solidrun,cn9130-clearfog-base - solidrun,cn9130-clearfog-pro - solidrun,cn9131-solidwan - const: solidrun,cn9130-sr-som - const: marvell,cn9130 - description: SolidRun CN9132 COM-Express Type 7 based single-board computers items: - enum: - solidrun,cn9132-clearfog - const: solidrun,cn9132-sr-cex7 - const: marvell,cn9130 additionalProperties: true |