Skip to content

Commit 6fd5518

Browse files
guildeol-stracfriedt
authored andcommitted
dts: bindings: Add 'quectel,bg96'
Add a compatible for Quectel BG96 to be used in the modem_cellular subsystem. Signed-off-by: Guilherme Costa <[email protected]>
1 parent 1d66687 commit 6fd5518

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

dts/bindings/modem/quectel,bg96.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright (c) 2025 Guilherme Costa
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: quectel BG96 modem
5+
6+
compatible: "quectel,bg96"
7+
8+
include: uart-device.yaml
9+
10+
properties:
11+
mdm-power-gpios:
12+
type: phandle-array
13+
14+
mdm-reset-gpios:
15+
type: phandle-array
16+
17+
autostarts:
18+
type: boolean
19+
description: |
20+
Set for modem variants or carrier boards that start the module
21+
automatically when supply voltage is applied—that is, the modem
22+
asserts PWRKEY internally and does not require an external PWRKEY
23+
pulse.

0 commit comments

Comments
 (0)