File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
#include <zephyr/dt-bindings/i2c/i2c.h>
14
14
15
15
/ {
16
- model = "ch32v003evt";
17
16
compatible = "wch,ch32v003";
17
+ model = "ch32v003evt";
18
18
19
19
chosen {
20
20
zephyr,sram = &sram0;
81
81
};
82
82
83
83
&i2c1 {
84
- status = "okay";
85
84
clock-frequency = <I2C_BITRATE_STANDARD>;
86
85
pinctrl-0 = <&i2c1_default>;
87
86
pinctrl-names = "default";
87
+ status = "okay";
88
88
};
89
89
90
90
&usart1 {
91
- status = "okay";
92
91
current-speed = <115200>;
93
92
pinctrl-0 = <&usart1_default>;
94
93
pinctrl-names = "default";
94
+ status = "okay";
95
95
};
Original file line number Diff line number Diff line change 12
12
#include <zephyr/dt-bindings/i2c/i2c.h>
13
13
14
14
/ {
15
- model = "ch32v003f4p6_dev_board";
16
15
compatible = "wch,ch32v003";
16
+ model = "ch32v003f4p6_dev_board";
17
17
18
18
chosen {
19
19
zephyr,sram = &sram0;
58
58
};
59
59
60
60
&i2c1 {
61
- status = "okay";
62
61
clock-frequency = <I2C_BITRATE_STANDARD>;
63
62
pinctrl-0 = <&i2c1_default>;
64
63
pinctrl-names = "default";
64
+ status = "okay";
65
65
};
66
66
67
67
&usart1 {
68
- status = "okay";
69
68
current-speed = <115200>;
70
69
pinctrl-0 = <&usart1_default>;
71
70
pinctrl-names = "default";
71
+ status = "okay";
72
72
};
Original file line number Diff line number Diff line change 13
13
#include <zephyr/dt-bindings/pwm/pwm.h>
14
14
15
15
/ {
16
- model = "ch32v006evt";
17
16
compatible = "wch,ch32v006";
17
+ model = "ch32v006evt";
18
18
19
19
chosen {
20
20
zephyr,sram = &sram0;
88
88
};
89
89
90
90
&usart1 {
91
- status = "okay";
92
91
current-speed = <115200>;
93
92
pinctrl-0 = <&usart1_default>;
94
93
pinctrl-names = "default";
94
+ status = "okay";
95
95
};
96
96
97
97
&iwdg {
Original file line number Diff line number Diff line change 11
11
#include "ch32v303vct6_evt-pinctrl.dtsi"
12
12
13
13
/ {
14
- model = "ch32v303vct6_evt";
15
14
compatible = "wch,ch32v303";
15
+ model = "ch32v303vct6_evt";
16
16
17
17
chosen {
18
18
zephyr,sram = &sram0;
45
45
};
46
46
47
47
&usart1 {
48
- status = "okay";
49
48
current-speed = <115200>;
50
49
pinctrl-0 = <&usart1_default>;
51
50
pinctrl-names = "default";
51
+ status = "okay";
52
52
};
Original file line number Diff line number Diff line change 11
11
#include "linkw-pinctrl.dtsi"
12
12
13
13
/ {
14
- model = "linkw";
15
14
compatible = "wch,ch32v208";
15
+ model = "linkw";
16
16
17
17
chosen {
18
18
zephyr,sram = &sram0;
82
82
};
83
83
84
84
&usart2 {
85
- status = "okay";
86
85
current-speed = <115200>;
87
86
pinctrl-0 = <&usart2_default>;
88
87
pinctrl-names = "default";
88
+ status = "okay";
89
89
};
90
90
91
91
&iwdg {
You can’t perform that action at this time.
0 commit comments