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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/arm/ti/k3.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Texas Instruments K3 Multicore SoC architecture maintainers: - Nishanth Menon <nm@ti.com> description: | Platforms based on Texas Instruments K3 Multicore SoC architecture shall have the following properties. properties: $nodename: const: '/' compatible: oneOf: - description: K3 AM62A7 SoC items: - enum: - ti,am62a7-sk - const: ti,am62a7 - description: K3 AM62A7 SoC PHYTEC phyBOARD-Lyra items: - const: phytec,am62a7-phyboard-lyra-rdk - const: phytec,am62a-phycore-som - const: ti,am62a7 - description: K3 AM62P5 SoC and Boards items: - enum: - ti,am62p5-sk - const: ti,am62p5 - description: K3 AM625 SoC PHYTEC phyBOARD-Lyra items: - const: phytec,am625-phyboard-lyra-rdk - const: phytec,am62-phycore-som - const: ti,am625 - description: K3 AM625 SoC items: - enum: - beagle,am625-beagleplay - ti,am625-sk - ti,am62-lp-sk - const: ti,am625 - description: K3 AM62x SoC Toradex Verdin Modules and Carrier Boards items: - enum: - toradex,verdin-am62-nonwifi-dahlia # Verdin AM62 Module on Dahlia - toradex,verdin-am62-nonwifi-dev # Verdin AM62 Module on Verdin Development Board - toradex,verdin-am62-nonwifi-mallow # Verdin AM62 Module on Mallow - toradex,verdin-am62-nonwifi-yavia # Verdin AM62 Module on Yavia - const: toradex,verdin-am62-nonwifi # Verdin AM62 Module without Wi-Fi / BT - const: toradex,verdin-am62 # Verdin AM62 Module - const: ti,am625 - description: K3 AM62x SoC Toradex Verdin Modules and Carrier Boards with Wi-Fi / BT items: - enum: - toradex,verdin-am62-wifi-dahlia # Verdin AM62 Wi-Fi / BT Module on Dahlia - toradex,verdin-am62-wifi-dev # Verdin AM62 Wi-Fi / BT M. on Verdin Development B. - toradex,verdin-am62-wifi-mallow # Verdin AM62 Wi-Fi / BT Module on Mallow - toradex,verdin-am62-wifi-yavia # Verdin AM62 Wi-Fi / BT Module on Yavia - const: toradex,verdin-am62-wifi # Verdin AM62 Wi-Fi / BT Module - const: toradex,verdin-am62 # Verdin AM62 Module - const: ti,am625 - description: K3 AM642 SoC items: - enum: - ti,am642-evm - ti,am642-sk - const: ti,am642 - description: K3 AM642 SoC PHYTEC phyBOARD-Electra items: - const: phytec,am642-phyboard-electra-rdk - const: phytec,am64-phycore-som - const: ti,am642 - description: K3 AM642 SoC on TQ-Systems TQMaX4XxL SoM items: - enum: - tq,am642-tqma6442l-mbax4xxl # MBaX4XxL base board - const: tq,am642-tqma6442l - const: ti,am642 - description: K3 AM642 SoC SolidRun SoM based boards items: - enum: - solidrun,am642-hummingboard-t - const: solidrun,am642-sr-som - const: ti,am642 - description: K3 AM654 SoC items: - enum: - siemens,iot2050-advanced - siemens,iot2050-advanced-m2 - siemens,iot2050-advanced-pg2 - siemens,iot2050-advanced-sm - siemens,iot2050-basic - siemens,iot2050-basic-pg2 - ti,am654-evm - const: ti,am654 - description: K3 J7200 SoC oneOf: - const: ti,j7200 - items: - enum: - ti,j7200-evm - const: ti,j7200 - description: K3 J721E SoC oneOf: - const: ti,j721e - items: - enum: - beagle,j721e-beagleboneai64 - ti,j721e-evm - ti,j721e-sk - const: ti,j721e - description: K3 J721s2 SoC items: - enum: - ti,am68-sk - ti,j721s2-evm - const: ti,j721s2 - description: K3 J722S SoC and Boards items: - enum: - ti,j722s-evm - const: ti,j722s - description: K3 J784s4 SoC items: - enum: - ti,am69-sk - ti,j784s4-evm - const: ti,j784s4 additionalProperties: true ... |