diff options
author | Neil Armstrong <[email protected]> | 2023-03-06 09:31:38 +0100 |
---|---|---|
committer | Neil Armstrong <[email protected]> | 2023-03-07 09:01:40 +0100 |
commit | 92c0b261c294f12e329976a6d4ef72651e8f07f2 (patch) | |
tree | beefaf449dacfa1ca6e6b4897bc36f69d51b4542 | |
parent | c2e9012bb383f538186cf11d00d223d025d10c8d (diff) |
dt-bindings: arm: amlogic: Document the boards with the BPI-CM4 connected
The BPI-CM4 module with an Amlogic A311D SoC is a module compatible
with the Raspberry Pi CM4 specifications.
Document the boards using this module, by specifying the BananaPi CM4
compatible in addition to the baseboard compatible.
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>
Link: https://lore.kernel.org/r/20230303-topic-amlogic-upstream-bpi-cm4-v2-1-2ecfde76fc4d@linaro.org
Signed-off-by: Neil Armstrong <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/amlogic.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 799a4bfff854..274ee0890312 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -159,6 +159,14 @@ properties: - const: amlogic,a311d - const: amlogic,g12b + - description: Boards using the BPI-CM4 module with Amlogic Meson G12B A311D SoC + items: + - enum: + - bananapi,bpi-cm4io + - const: bananapi,bpi-cm4 + - const: amlogic,a311d + - const: amlogic,g12b + - description: Boards with the Amlogic Meson G12B S922X SoC items: - enum: |