Skip to content

Commit fd4b9e4

Browse files
committed
dts: bindings: gpio: silabs-siwx91x: New properties
1. silabs,port-count - Number of ports present in GPIO controller used for port validation in init function. 2. silabs,max-pin-usage-count - Maximum number of pins used as GPIO in a controller. Signed-off-by: Sai Santhosh Malae <[email protected]>
1 parent ab2622f commit fd4b9e4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dts/bindings/gpio/silabs,siwx91x-gpio.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ properties:
1111
interrupts:
1212
required: true
1313

14+
silabs,port-count:
15+
type: int
16+
description: |
17+
Number of ports present in the GPIO controller
18+
required: true
19+
20+
silabs,max-pin-usage-count:
21+
type: int
22+
description: |
23+
Maximum number of pins used as GPIO, not applicable for UULP nodes
24+
For HP GPIO, range is between <1 to 64>
25+
For ULP GPIO, range is between <1 to 16>
26+
1427
silabs,ulp:
1528
type: boolean
1629
description: |

0 commit comments

Comments
 (0)