Lines Matching +full:phys +full:- +full:clock
2 * Copyright (c) 2024-2025 Henrik Brix Andersen <henrik@brixandersen.dk>
3 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
11 #include <zephyr/dt-bindings/gpio/gpio.h>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 #include "canbardo-pinctrl.dtsi"
22 zephyr,shell-uart = &uart1;
25 zephyr,code-partition = &slot0_partition;
32 mcuboot-led0 = &dfu_led;
33 mcuboot-button0 = &sw;
37 compatible = "gpio-leds";
76 compatible = "gpio-keys";
85 transceiver0: can-phy0 {
86 compatible = "microchip,mcp2558fd", "can-transceiver-gpio";
87 enable-gpios = <&piod 26 GPIO_ACTIVE_LOW>;
88 max-bitrate = <8000000>;
89 #phy-cells = <0>;
92 transceiver1: can-phy1 {
93 compatible = "microchip,mcp2558fd", "can-transceiver-gpio";
94 enable-gpios = <&piod 20 GPIO_ACTIVE_LOW>;
95 max-bitrate = <8000000>;
96 #phy-cells = <0>;
101 clock-frequency = <DT_FREQ_M(300)>;
106 current-speed = <115200>;
107 pinctrl-0 = <&uart1_default>;
108 pinctrl-names = "default";
117 pinctrl-0 = <&can0_default>;
118 pinctrl-names = "default";
119 phys = <&transceiver0>;
124 pinctrl-0 = <&can1_default>;
125 pinctrl-names = "default";
126 phys = <&transceiver1>;
135 compatible = "fixed-partitions";
136 #address-cells = <1>;
137 #size-cells = <1>;
143 read-only;
148 label = "image-0";
154 label = "image-1";