public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Add an entry for MOXA platform board
@ 2022-07-06  7:22 Jimmy Chen (陳永達)
  2022-07-06  7:25 ` Krzysztof Kozlowski
  2022-07-06 16:15 ` Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Jimmy Chen (陳永達) @ 2022-07-06  7:22 UTC (permalink / raw)
  To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org

UC-8220 & UC-8210 hardware compatibility model

Signed-off-by: Jimmy Chen <jimmy.chen@moxa.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@moxa.com>
+
+properties:
+  compatible:
+    description: UC-82XX-LX embedded computer
+    items:
+      - const: moxa,uc-8210
+      - const: moxa,uc-8220
+
+additionalProperties: true
+...
+
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-07  2:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-06  7:22 [PATCH 2/2] Add an entry for MOXA platform board Jimmy Chen (陳永達)
2022-07-06  7:25 ` Krzysztof Kozlowski
2022-07-06 16:15 ` Rob Herring
2022-07-07  2:09   ` Jimmy Chen (陳永達)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox