Skip to content

Commit a75d6a3

Browse files
dts: bindings: can: ti: tcan4x5x: add property for the nWKRQ voltage
Add boolean devicetree property for setting the voltage configuration for the nWKRQ pin GPO buffer. The property name was chosen to match the one used in the Linux devicetree binding. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
1 parent 22cfdb3 commit a75d6a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎dts/bindings/can/ti,tcan4x5x.yaml‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ properties:
3939
description: |
4040
GPIO connected to the TCAN4x5x nINT interrupt output. This signal is open-drain, active low.
4141
42+
ti,nwkrq-voltage-vio:
43+
type: boolean
44+
description: |
45+
nWKRQ pin GPO buffer voltage rail configuration.
46+
47+
If set, the nWKRQ pin GPO buffer is configured as open-drain, requiring an external pull-up
48+
resistor to the VIO rail.
49+
50+
If unset, the nWKRQ pin GPO buffer is configured as push-pull based off an internal voltage
51+
rail.
52+
4253
examples:
4354
- |
4455
&spi0 {
@@ -52,6 +63,7 @@ examples:
5263
reset-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
5364
int-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
5465
bosch,mram-cfg = <0x0 15 15 5 5 0 10 10>;
66+
ti,nwkrq-voltage-vio;
5567
status = "okay";
5668
5769
can-transceiver {

0 commit comments

Comments
 (0)