Lines Matching +full:master +full:- +full:can +full:- +full:reg
4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/clock/stm32f10x_clock.h>
12 /delete-node/ pll;
15 #clock-cells = <0>;
16 compatible = "st,stm32f105-pll-clock";
21 #clock-cells = <0>;
22 compatible = "st,stm32f105-pll2-clock";
29 compatible = "st,stm32f105", "st,stm32f1", "simple-bus";
31 flash-controller@40022000 {
33 erase-block-size = <DT_SIZE_K(2)>;
37 can1: can@40006400 {
38 compatible = "st,stm32-bxcan";
39 reg = <0x40006400 0x400>;
41 interrupt-names = "TX", "RX0", "RX1", "SCE";
46 can2: can@40006800 {
47 compatible = "st,stm32-bxcan";
48 reg = <0x40006800 0x400>;
50 interrupt-names = "TX", "RX0", "RX1", "SCE";
51 /* also enabling clock for can1 (master instance) */
57 compatible = "st,stm32-dac";
58 reg = <0x40007400 0x400>;
61 #io-channel-cells = <1>;
65 compatible = "st,stm32-uart";
66 reg = <0x40004c00 0x400>;
74 compatible = "st,stm32-uart";
75 reg = <0x40005000 0x400>;
83 compatible = "st,stm32-spi";
84 #address-cells = <1>;
85 #size-cells = <0>;
86 reg = <0x40003800 0x400>;
93 compatible = "st,stm32-spi";
94 #address-cells = <1>;
95 #size-cells = <0>;
96 reg = <0x40003c00 0x400>;
103 compatible = "st,stm32-timers";
104 reg = <0x40000c00 0x400>;
108 interrupt-names = "global";
113 compatible = "st,stm32-pwm";
115 #pwm-cells = <3>;
120 compatible = "st,stm32-timers";
121 reg = <0x40001000 0x400>;
125 interrupt-names = "global";
131 compatible = "st,stm32-timers";
132 reg = <0x40001400 0x400>;
136 interrupt-names = "global";
142 compatible = "st,stm32-otgfs";
143 reg = <0x50000000 0x40000>;
145 interrupt-names = "otgfs";
146 num-bidir-endpoints = <4>;
147 ram-size = <1280>;
155 compatible = "usb-nop-xceiv";
156 #phy-cells = <0>;