[PATCH v2 1/9] dt-bindings: arm: stm32: add Ruiside ART-Pi2
Liu Changjie <[email protected]>
| Newsgroups | gmane.linux.drivers.devicetree,gmane.linux.ports.arm.kernel,gmane.linux.kernel |
|---|---|
| Message-ID | <MN0PR19MB6091AACBBDE805227D9036C0ACDF2@MN0PR19MB6091.namprd19.prod.outlook.com> |
Document the Ruiside vendor prefix and the ART-Pi2 board compatible. The board is built around the STM32H7R7 microcontroller. Signed-off-by: Liu Changjie <[email protected]> --- Documentation/devicetree/bindings/arm/stm32/stm32.yaml | 3 +++ Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml index c6af3a463..337448dc4 100644 --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml @@ -50,6 +50,9 @@ properties: - enum: - st,stm32h750i-art-pi - const: st,stm32h750 + - items: + - const: ruiside,art-pi2 + - const: st,stm32h7r7 - items: - enum: - st,stm32mp135f-dk diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 396044f36..401971b7f 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1425,6 +1425,8 @@ patternProperties: description: Shenzhen Roofull Technology Co, Ltd "^roseapplepi,.*": description: RoseapplePi.org + "^ruiside,.*": + description: Shanghai Ruiside Electronic Technology Co., Ltd. "^rve,.*": description: Recharge Véhicule Électrique (RVE) inc. "^saef,.*": -- 2.55.0