Skip to content

Commit 343e8f7

Browse files
fifteenhexarndb
authored andcommitted
dt-bindings: arm: Add mstar YAML schema
Signed-off-by: Daniel Palmer <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent d1b6e3b commit 343e8f7

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/arm/mstar.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: MStar platforms device tree bindings
8+
9+
maintainers:
10+
- Daniel Palmer <[email protected]>
11+
12+
properties:
13+
$nodename:
14+
const: '/'
15+
compatible:
16+
oneOf:
17+
- description: infinity boards
18+
items:
19+
- enum:
20+
- thingyjp,breadbee-crust # thingy.jp BreadBee Crust
21+
- const: mstar,infinity
22+
23+
- description: infinity3 boards
24+
items:
25+
- enum:
26+
- thingyjp,breadbee # thingy.jp BreadBee
27+
- const: mstar,infinity3
28+
29+
- description: mercury5 boards
30+
items:
31+
- enum:
32+
- 70mai,midrived08 # 70mai midrive d08
33+
- const: mstar,mercury5

MAINTAINERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2134,6 +2134,13 @@ L: [email protected] (moderated for non-subscribers)
21342134
S: Maintained
21352135
F: arch/arm/mach-pxa/mioa701.c
21362136

2137+
ARM/MStar/Sigmastar Armv7 SoC support
2138+
M: Daniel Palmer <[email protected]>
2139+
L: [email protected] (moderated for non-subscribers)
2140+
S: Maintained
2141+
W: http://linux-chenxing.org/
2142+
F: Documentation/devicetree/bindings/arm/mstar.yaml
2143+
21372144
ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
21382145
M: Michael Petchkovsky <[email protected]>
21392146
S: Maintained

0 commit comments

Comments
 (0)