File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 97
97
98
98
/* Reserved memory for the second stage bootloader */
99
99
second_stage_bootloader: partition@0 {
100
- label = "second_stage_bootloader";
101
100
reg = <0x00000000 0x100>;
101
+ label = "second_stage_bootloader";
102
102
read-only;
103
103
};
104
104
107
107
* size is 16MB minus the 0x100 bytes taken by the bootloader.
108
108
*/
109
109
code_partition: partition@100 {
110
- label = "code-partition";
111
110
reg = <0x100 (DT_SIZE_M(16) - 0x100)>;
111
+ label = "code-partition";
112
112
read-only;
113
113
};
114
114
};
115
115
};
116
116
117
117
&uart0 {
118
118
current-speed = <115200>;
119
- status = "okay";
120
119
pinctrl-0 = <&uart0_default>;
121
120
pinctrl-names = "default";
121
+ status = "okay";
122
122
};
123
123
124
124
&gpio0 {
127
127
128
128
&i2c0 {
129
129
clock-frequency = <I2C_BITRATE_STANDARD>;
130
- status = "okay";
131
130
pinctrl-0 = <&i2c0_default>;
132
131
pinctrl-names = "default";
132
+ status = "okay";
133
133
};
134
134
135
135
&i2c1 {
136
136
pinctrl-0 = <&i2c1_default>;
137
137
pinctrl-names = "default";
138
- status = "disabled";
139
138
clock-frequency = <I2C_BITRATE_FAST>;
139
+ status = "disabled";
140
140
};
141
141
142
142
&spi0 {
143
143
clock-frequency = <DT_FREQ_M(8)>;
144
- status = "okay";
145
144
pinctrl-0 = <&spi0_default>;
146
145
pinctrl-names = "default";
147
146
cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
147
+ status = "okay";
148
148
149
149
ethernet: w5500@0 {
150
150
compatible = "wiznet,w5500";
166
166
};
167
167
168
168
&adc {
169
- status = "okay";
170
169
pinctrl-0 = <&adc_default>;
171
170
pinctrl-names = "default";
171
+ status = "okay";
172
172
};
173
173
174
174
zephyr_udc0: &usbd {
Original file line number Diff line number Diff line change 88
88
89
89
&uart0 {
90
90
current-speed = <115200>;
91
- status = "okay";
92
91
pinctrl-0 = <&uart0_default>;
93
92
pinctrl-names = "default";
93
+ status = "okay";
94
94
};
95
95
96
96
&gpio0 {
99
99
100
100
&spi0 {
101
101
clock-frequency = <DT_FREQ_M(8)>;
102
- status = "okay";
103
102
pinctrl-0 = <&spi0_default>;
104
103
pinctrl-names = "default";
105
104
cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
105
+ status = "okay";
106
106
107
107
ethernet: w5500@0 {
108
108
compatible = "wiznet,w5500";
You can’t perform that action at this time.
0 commit comments