-
Notifications
You must be signed in to change notification settings - Fork 1
/
ti,cc1101.yaml
46 lines (38 loc) · 962 Bytes
/
ti,cc1101.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
# SPDX-FileCopyrightText: Copyright 2023 Andreas Sandberg <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
#
description: |
Driver for the TI CC1101 sub-GHz radio.
compatible: "ti,cc1101"
include: spi-device.yaml
properties:
gdo0-gpios:
type: phandle-array
required: true
description: |
GDO0 GPIO signal.
gdo2-gpios:
type: phandle-array
required: true
description: |
GDO2 GPIO signal.
pktlen:
type: int
required: true
description: |
Length of data payload. This is the maximum length if using
variable packet length.
rf_cfg:
type: uint8-array
required: true
description: |
Configuration registers to be loaded at when initializing the
chip. These registers will typically be provided by RF
Studio.
patable:
type: uint8-array
required: false
description: |
Power amplifier configuration written to the PATABLE register.