File tree Expand file tree Collapse file tree 13 files changed +75
-75
lines changed Expand file tree Collapse file tree 13 files changed +75
-75
lines changed Original file line number Diff line number Diff line change 10
10
#include <zephyr/dt-bindings/input/input-event-codes.h>
11
11
12
12
/ {
13
- model = "WeAct Studio Black Pill V3.0 Board";
14
13
compatible = "weact,blackpill-f401ce";
14
+ model = "WeAct Studio Black Pill V3.0 Board";
15
15
16
16
chosen {
17
17
zephyr,console = &usart1;
54
54
#size-cells = <1>;
55
55
56
56
boot_partition: partition@0 {
57
- label = "mcuboot";
58
57
reg = <0x00000000 0x00008000>;
58
+ label = "mcuboot";
59
59
read-only;
60
60
};
61
61
66
66
*/
67
67
68
68
slot0_partition: partition@20000 {
69
- label = "image-0";
70
69
reg = <0x00020000 0x00020000>;
70
+ label = "image-0";
71
71
};
72
72
73
73
slot1_partition: partition@40000 {
74
- label = "image-1";
75
74
reg = <0x00040000 0x00020000>;
75
+ label = "image-1";
76
76
};
77
77
78
78
scratch_partition: partition@60000 {
79
- label = "image-scratch";
80
79
reg = <0x00060000 0x00020000>;
80
+ label = "image-scratch";
81
81
};
82
82
};
83
83
};
86
86
status = "okay";
87
87
88
88
pwm4: pwm {
89
- status = "okay";
90
89
pinctrl-0 = <&tim4_ch1_pb6 &tim4_ch2_pb7>;
91
90
pinctrl-names = "default";
91
+ status = "okay";
92
92
};
93
93
};
94
94
95
95
&usart1 {
96
96
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
97
97
pinctrl-names = "default";
98
- status = "okay";
99
98
current-speed = <115200>;
99
+ status = "okay";
100
100
};
101
101
102
102
&i2c1 {
103
103
pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
104
104
pinctrl-names = "default";
105
- status = "okay";
106
105
clock-frequency = <I2C_BITRATE_FAST>;
106
+ status = "okay";
107
107
};
108
108
109
109
&spi1 {
Original file line number Diff line number Diff line change 10
10
#include <zephyr/dt-bindings/input/input-event-codes.h>
11
11
12
12
/ {
13
- model = "WeAct Studio Black Pill V3.0 Board";
14
13
compatible = "weact,blackpill-f401ce";
14
+ model = "WeAct Studio Black Pill V3.0 Board";
15
15
16
16
chosen {
17
17
zephyr,console = &usart1;
54
54
#size-cells = <1>;
55
55
56
56
boot_partition: partition@0 {
57
- label = "mcuboot";
58
57
reg = <0x00000000 DT_SIZE_K(32)>;
58
+ label = "mcuboot";
59
59
read-only;
60
60
};
61
61
66
66
*/
67
67
68
68
slot0_partition: partition@20000 {
69
- label = "image-0";
70
69
reg = <0x00020000 DT_SIZE_K(128)>;
70
+ label = "image-0";
71
71
};
72
72
73
73
slot1_partition: partition@40000 {
74
- label = "image-1";
75
74
reg = <0x00040000 DT_SIZE_K(128)>;
75
+ label = "image-1";
76
76
};
77
77
78
78
scratch_partition: partition@60000 {
79
- label = "image-scratch";
80
79
reg = <0x00060000 DT_SIZE_K(128)>;
80
+ label = "image-scratch";
81
81
};
82
82
};
83
83
};
86
86
status = "okay";
87
87
88
88
pwm4: pwm {
89
- status = "okay";
90
89
pinctrl-0 = <&tim4_ch1_pb6 &tim4_ch2_pb7>;
91
90
pinctrl-names = "default";
91
+ status = "okay";
92
92
};
93
93
};
94
94
95
95
&usart1 {
96
96
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
97
97
pinctrl-names = "default";
98
- status = "okay";
99
98
current-speed = <115200>;
99
+ status = "okay";
100
100
};
101
101
102
102
&i2c1 {
103
103
pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
104
104
pinctrl-names = "default";
105
- status = "okay";
106
105
clock-frequency = <I2C_BITRATE_FAST>;
106
+ status = "okay";
107
107
};
108
108
109
109
&spi1 {
Original file line number Diff line number Diff line change 11
11
#include <zephyr/dt-bindings/input/input-event-codes.h>
12
12
13
13
/ {
14
- model = "WeAct Studio Black Pill V2.0 Board";
15
14
compatible = "weact,blackpill-f411ce";
15
+ model = "WeAct Studio Black Pill V2.0 Board";
16
16
17
17
chosen {
18
18
zephyr,console = &usart1;
55
55
#size-cells = <1>;
56
56
57
57
boot_partition: partition@0 {
58
- label = "mcuboot";
59
58
reg = <0x00000000 DT_SIZE_K(32)>;
59
+ label = "mcuboot";
60
60
read-only;
61
61
};
62
62
67
67
*/
68
68
69
69
slot0_partition: partition@20000 {
70
- label = "image-0";
71
70
reg = <0x00020000 DT_SIZE_K(128)>;
71
+ label = "image-0";
72
72
};
73
73
74
74
slot1_partition: partition@40000 {
75
- label = "image-1";
76
75
reg = <0x00040000 DT_SIZE_K(128)>;
76
+ label = "image-1";
77
77
};
78
78
79
79
scratch_partition: partition@60000 {
80
- label = "image-scratch";
81
80
reg = <0x00060000 DT_SIZE_K(128)>;
81
+ label = "image-scratch";
82
82
};
83
83
};
84
84
};
87
87
status = "okay";
88
88
89
89
pwm4: pwm {
90
- status = "okay";
91
90
pinctrl-0 = <&tim4_ch1_pb6 &tim4_ch2_pb7>;
92
91
pinctrl-names = "default";
92
+ status = "okay";
93
93
};
94
94
};
95
95
96
96
&usart1 {
97
97
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
98
98
pinctrl-names = "default";
99
- status = "okay";
100
99
current-speed = <115200>;
100
+ status = "okay";
101
101
};
102
102
103
103
&i2c1 {
104
104
pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
105
105
pinctrl-names = "default";
106
- status = "okay";
107
106
clock-frequency = <I2C_BITRATE_FAST>;
107
+ status = "okay";
108
108
};
109
109
110
110
&spi1 {
Original file line number Diff line number Diff line change 10
10
#include <zephyr/dt-bindings/input/input-event-codes.h>
11
11
12
12
/ {
13
- model = "WeAct Studio Black Pill STM32H523 Board";
14
13
compatible = "weact,blackpill-h523ce";
14
+ model = "WeAct Studio Black Pill STM32H523 Board";
15
15
16
16
chosen {
17
17
zephyr,console = &usart1;
48
48
};
49
49
50
50
&timers3 {
51
- status = "okay";
52
51
st,prescaler = <24>;
52
+ status = "okay";
53
53
54
54
pwm3: pwm {
55
- status = "okay";
56
55
pinctrl-0 = <&tim3_ch3_pb0 &tim3_ch4_pb1>;
57
56
pinctrl-names = "default";
57
+ status = "okay";
58
58
};
59
59
};
60
60
61
61
&usart1 {
62
62
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
63
63
pinctrl-names = "default";
64
- status = "okay";
65
64
current-speed = <115200>;
65
+ status = "okay";
66
66
};
67
67
68
68
&i2c1 {
69
69
pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>;
70
70
pinctrl-names = "default";
71
- status = "okay";
72
71
clock-frequency = <I2C_BITRATE_FAST>;
72
+ status = "okay";
73
73
};
74
74
75
75
&spi1 {
@@ -115,8 +115,8 @@ zephyr_udc0: &usb {
115
115
};
116
116
117
117
&clk_hse {
118
- status = "okay";
119
118
clock-frequency = <DT_FREQ_M(8)>;
119
+ status = "okay";
120
120
};
121
121
122
122
&rcc {
Original file line number Diff line number Diff line change 10
10
#include <zephyr/dt-bindings/input/input-event-codes.h>
11
11
12
12
/ {
13
- model = "WeAct Studio Black Pill STM32U585 Core Board";
14
13
compatible = "weact,blackpill-u585ci";
14
+ model = "WeAct Studio Black Pill STM32U585 Core Board";
15
15
16
16
#address-cells = <1>;
17
17
#size-cells = <1>;
71
71
};
72
72
73
73
&clk_msis {
74
- status = "okay";
75
74
msi-range = <4>;
76
75
msi-pll-mode;
76
+ status = "okay";
77
77
};
78
78
79
79
&pll1 {
111
111
&i2c1 {
112
112
pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb3>;
113
113
pinctrl-names = "default";
114
- status = "okay";
115
114
clock-frequency = <I2C_BITRATE_FAST>;
115
+ status = "okay";
116
116
};
117
117
118
118
&i2c2 {
119
119
pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb14>;
120
120
pinctrl-names = "default";
121
- status = "okay";
122
121
clock-frequency = <I2C_BITRATE_FAST>;
122
+ status = "okay";
123
123
};
124
124
125
125
&spi1 {
Original file line number Diff line number Diff line change 11
11
#include "bluepillplus_ch32v203-pinctrl.dtsi"
12
12
13
13
/ {
14
- model = "bluepillplus_ch32v203";
15
14
compatible = "wch,ch32v203";
15
+ model = "bluepillplus_ch32v203";
16
16
17
17
chosen {
18
18
zephyr,sram = &sram0;
72
72
};
73
73
74
74
&usart3 {
75
- status = "okay";
76
75
current-speed = <115200>;
77
76
pinctrl-0 = <&usart3_default>;
78
77
pinctrl-names = "default";
78
+ status = "okay";
79
79
};
Original file line number Diff line number Diff line change 11
11
#include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
12
12
13
13
/ {
14
- model = "WeAct Studio MiniSTM32H743 Core Board";
15
14
compatible = "weact,mini-stm32h743";
15
+ model = "WeAct Studio MiniSTM32H743 Core Board";
16
16
17
17
chosen {
18
18
zephyr,sram = &sram0;
48
48
49
49
st7735r_160x80: st7735r@0 {
50
50
compatible = "sitronix,st7735r";
51
+ reg = <0>;
51
52
mipi-max-frequency = <20000000>;
52
53
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
53
- reg = <0>;
54
54
width = <160>;
55
55
height = <80>;
56
56
inversion-on;
@@ -174,9 +174,9 @@ zephyr_udc0: &usbotg_fs {
174
174
size = <DT_SIZE_M(64)>; /* 64 Mbits */
175
175
qspi-max-frequency = <40000000>;
176
176
cs-high-time = <2>; /* >= 50 ns */
177
- status = "okay";
178
177
spi-bus-width = <4>;
179
178
writeoc = "PP_1_1_4";
179
+ status = "okay";
180
180
181
181
partitions {
182
182
compatible = "fixed-partitions";
@@ -201,20 +201,20 @@ zephyr_udc0: &usbotg_fs {
201
201
reg = <0>;
202
202
spi-max-frequency = <40000000>;
203
203
size = <DT_SIZE_M(64)>; /* 64 Mbits */
204
- status = "okay";
205
204
jedec-id = [ef 40 17];
206
205
has-dpd;
207
206
t-enter-dpd = <3500>;
208
207
t-exit-dpd = <3500>;
208
+ status = "okay";
209
209
210
210
partitions {
211
211
compatible = "fixed-partitions";
212
212
#address-cells = <1>;
213
213
#size-cells = <1>;
214
214
215
215
storage_partition: partition@0 {
216
- label = "storage";
217
216
reg = <0x00000000 DT_SIZE_M(8)>;
217
+ label = "storage";
218
218
};
219
219
};
220
220
};
You can’t perform that action at this time.
0 commit comments