1# Copyright (c) 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: Cirrus Logic CS47L63 Low-Power Audio DSP
5
6compatible: "cirrus,cs47l63"
7
8include: spi-device.yaml
9
10properties:
11  reg:
12    required: true
13
14  irq-gpios:
15    type: phandle-array
16    description:
17      Interrupt request (IRQ) output.
18
19  reset-gpios:
20    type: phandle-array
21    description:
22      Digital reset input.
23
24  gpio1-gpios:
25    type: phandle-array
26    description:
27      GPIO1 input with bus-keeper
28
29  gpio2-gpios:
30    type: phandle-array
31    description:
32      GPIO2 input with bus-keeper
33
34  gpio3-gpios:
35    type: phandle-array
36    description:
37      GPIO3 input with bus-keeper
38
39  gpio4-gpios:
40    type: phandle-array
41    description:
42      GPIO4 input with bus-keeper
43
44  gpio5-gpios:
45    type: phandle-array
46    description:
47      GPIO5 input with bus-keeper
48
49  gpio6-gpios:
50    type: phandle-array
51    description:
52      GPIO6 input with bus-keeper
53
54  gpio7-gpios:
55    type: phandle-array
56    description:
57      GPIO7 input with bus-keeper
58
59  gpio8-gpios:
60    type: phandle-array
61    description:
62      GPIO8 input with bus-keeper
63
64  gpio9-gpios:
65    type: phandle-array
66    description:
67      GPIO9 input with bus-keeper
68
69  gpio10-gpios:
70    type: phandle-array
71    description:
72      GPIO10 input with bus-keeper
73
74  gpio11-gpios:
75    type: phandle-array
76    description:
77      GPIO11 input with bus-keeper
78
79  gpio12-gpios:
80    type: phandle-array
81    description:
82      GPIO12 input with bus-keeper
83