[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <SEYPR01MB4272F28F81FB51152496D9CBFA809@SEYPR01MB4272.apcprd01.prod.exchangelabs.com>
Date: Wed, 6 Jul 2022 07:22:23 +0000
From: Jimmy Chen (陳永達) <jimmy.chen@...a.com>
To: "robh+dt@...nel.org" <robh+dt@...nel.org>,
"krzysztof.kozlowski+dt@...aro.org"
<krzysztof.kozlowski+dt@...aro.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH 2/2] Add an entry for MOXA platform board
UC-8220 & UC-8210 hardware compatibility model
Signed-off-by: Jimmy Chen <jimmy.chen@...a.com>
---
.../devicetree/bindings/arm/moxa.yaml | 21 +++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/moxa.yaml
diff --git a/Documentation/devicetree/bindings/arm/moxa.yaml b/Documentation/devicetree/bindings/arm/moxa.yaml
new file mode 100644
index 000000000000..73f4bf883b06
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/moxa.yaml
@@ -0,0 +1,21 @@
+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/moxa.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: MOXA platform device tree bindings
+
+maintainers:
+ - Jimmy Chen <jimmy.chen@...a.com>
+
+properties:
+ compatible:
+ description: UC-82XX-LX embedded computer
+ items:
+ - const: moxa,uc-8210
+ - const: moxa,uc-8220
+
+additionalProperties: true
+...
+
--
2.20.1
Powered by blists - more mailing lists