File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Documentation/devicetree/bindings/net/can Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ Texas Instruments TCAN4x5x CAN Controller
4
4
This file provides device node information for the TCAN4x5x interface contains.
5
5
6
6
Required properties:
7
- - compatible: "ti,tcan4x5x"
7
+ - compatible:
8
+ "ti,tcan4552", "ti,tcan4x5x"
9
+ "ti,tcan4553", "ti,tcan4x5x" or
10
+ "ti,tcan4x5x"
8
11
- reg: 0
9
12
- #address-cells: 1
10
13
- #size-cells: 0
@@ -21,8 +24,10 @@ Optional properties:
21
24
- reset-gpios: Hardwired output GPIO. If not defined then software
22
25
reset.
23
26
- device-state-gpios: Input GPIO that indicates if the device is in
24
- a sleep state or if the device is active.
25
- - device-wake-gpios: Wake up GPIO to wake up the TCAN device.
27
+ a sleep state or if the device is active. Not
28
+ available with tcan4552/4553.
29
+ - device-wake-gpios: Wake up GPIO to wake up the TCAN device. Not
30
+ available with tcan4552/4553.
26
31
27
32
Example:
28
33
tcan4x5x: tcan4x5x@0 {
You can’t perform that action at this time.
0 commit comments