Lines Matching +full:device +full:- +full:state +full:- +full:gpios
2 # SPDX-License-Identifier: Apache-2.0
12 spi-max-frequency = <18000000>;
13 clock-frequency = <40000000>;
14 device-state-gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
15 device-wake-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
16 reset-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
17 int-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
18 bosch,mram-cfg = <0x0 15 15 5 5 0 10 10>;
21 can-transceiver {
22 max-bitrate = <8000000>;
29 include: ["bosch,m_can-base.yaml", "spi-device.yaml"]
32 clock-frequency:
35 - 20000000
36 - 40000000
41 device-state-gpios:
42 type: phandle-array
46 device-wake-gpios:
47 type: phandle-array
49 GPIO connected to the TCAN4x5x WAKE input. This signal is high-voltage, active high.
51 reset-gpios:
52 type: phandle-array
56 int-gpios:
57 type: phandle-array
60 GPIO connected to the TCAN4x5x nINT interrupt output. This signal is open-drain, active low.