Lines Matching +full:standby +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/phy/ti,tcan104x-can.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
10 - Aswath Govindraju <a-govindraju@ti.com>
14 pattern: "^can-phy"
18 - ti,tcan1042
19 - ti,tcan1043
21 '#phy-cells':
24 standby-gpios:
26 gpio node to toggle standby signal on transceiver
29 enable-gpios:
34 max-bitrate:
40 mux-states:
47 - compatible
48 - '#phy-cells'
53 - |
54 #include <dt-bindings/gpio/gpio.h>
56 transceiver1: can-phy {
58 #phy-cells = <0>;
59 max-bitrate = <5000000>;
60 standby-gpios = <&wakeup_gpio1 16 GPIO_ACTIVE_LOW>;
61 enable-gpios = <&main_gpio1 67 GPIO_ACTIVE_HIGH>;
62 mux-states = <&mux0 1>;