Skip to content

Commit e326371

Browse files
alejandroenrique-geotabjhovold
authored andcommitted
dt-bindings: gnss: u-blox: add u-blox,neo-9m compatible
Add compatible for u-blox NEO-9M GPS module. Signed-off-by: Alejandro Enrique <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
1 parent 86731a2 commit e326371

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ description: >
1818
1919
properties:
2020
compatible:
21-
enum:
22-
- u-blox,neo-6m
23-
- u-blox,neo-8
24-
- u-blox,neo-m8
21+
oneOf:
22+
- enum:
23+
- u-blox,neo-6m
24+
- u-blox,neo-8
25+
- u-blox,neo-m8
26+
- items:
27+
- const: u-blox,neo-m9
28+
- const: u-blox,neo-m8
2529

2630
reg:
2731
description: >

0 commit comments

Comments
 (0)