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 - nxp,tjr1443
19 - ti,tcan1042
20 - ti,tcan1043
22 '#phy-cells':
25 standby-gpios:
27 gpio node to toggle standby signal on transceiver
30 enable-gpios:
35 max-bitrate:
41 mux-states:
48 - compatible
49 - '#phy-cells'
54 - |
55 #include <dt-bindings/gpio/gpio.h>
57 transceiver1: can-phy {
59 #phy-cells = <0>;
60 max-bitrate = <5000000>;
61 standby-gpios = <&wakeup_gpio1 16 GPIO_ACTIVE_LOW>;
62 enable-gpios = <&main_gpio1 67 GPIO_ACTIVE_HIGH>;
63 mux-states = <&mux0 1>;