diff options
author | 2024-09-25 18:03:07 +0200 | |
---|---|---|
committer | 2024-10-18 10:36:15 +0800 | |
commit | 53624fc4f4b4a6b724bc6354f2580d2ab104ff64 (patch) | |
tree | 39370ad63f48945e92c90f0f01cfd36c43f56572 | |
parent | dt-bindings: arm: Add i.MX8MP IOTA2 Lumpy board (diff) | |
download | wireguard-linux-53624fc4f4b4a6b724bc6354f2580d2ab104ff64.tar.xz wireguard-linux-53624fc4f4b4a6b724bc6354f2580d2ab104ff64.zip |
dt-bindings: arm: fsl: Document DH i.MX8MP DHCOM SoM on DRC02 carrier board
Document support for DH electronics i.MX8MP DHCOM SoM on DRC02 carrier board.
This system is populated with two ethernet ports, two CANs, RS485 and RS232,
USB, capacitive buttons and an OLED display.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 2a42f943330d..e07485ae84f2 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1105,6 +1105,7 @@ properties: - description: i.MX8MP DHCOM based Boards items: - enum: + - dh,imx8mp-dhcom-drc02 # i.MX8MP DHCOM SoM on DRC02 board - dh,imx8mp-dhcom-pdk2 # i.MX8MP DHCOM SoM on PDK2 board - dh,imx8mp-dhcom-pdk3 # i.MX8MP DHCOM SoM on PDK3 board - const: dh,imx8mp-dhcom-som # i.MX8MP DHCOM SoM |