File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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 = "VNG VBLUno51 BLE board";
14
13
compatible = "vng,vbluno51";
14
+ model = "VNG VBLUno51 BLE board";
15
15
16
16
chosen {
17
17
zephyr,console = &uart0;
62
62
63
63
&uart0 {
64
64
current-speed = <115200>;
65
- status = "okay";
66
65
pinctrl-0 = <&uart0_default>;
67
66
pinctrl-1 = <&uart0_sleep>;
68
67
pinctrl-names = "default", "sleep";
68
+ status = "okay";
69
69
};
70
70
71
71
&i2c0 {
72
- status = "okay";
73
72
clock-frequency = <I2C_BITRATE_FAST>;
74
73
pinctrl-0 = <&i2c0_default>;
75
74
pinctrl-1 = <&i2c0_sleep>;
76
75
pinctrl-names = "default", "sleep";
76
+ status = "okay";
77
77
};
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 = "VNG VBLUno52 BLE 5.0 board";
14
13
compatible = "vng,vbluno52";
14
+ model = "VNG VBLUno52 BLE 5.0 board";
15
15
16
16
chosen {
17
17
zephyr,console = &uart0;
64
64
};
65
65
66
66
&uart0 {
67
- status = "okay";
68
67
compatible = "nordic,nrf-uart";
69
68
current-speed = <115200>;
70
69
pinctrl-0 = <&uart0_default>;
71
70
pinctrl-1 = <&uart0_sleep>;
72
71
pinctrl-names = "default", "sleep";
72
+ status = "okay";
73
73
};
74
74
75
75
&i2c0 {
76
76
compatible = "nordic,nrf-twim";
77
- status = "okay";
78
77
clock-frequency = <I2C_BITRATE_FAST>;
79
78
pinctrl-0 = <&i2c0_default>;
80
79
pinctrl-1 = <&i2c0_sleep>;
81
80
pinctrl-names = "default", "sleep";
81
+ status = "okay";
82
82
};
You can’t perform that action at this time.
0 commit comments