File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
boards/posix/native_posix Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 5858 #size-cells = <1>;
5959 erase-value = <0xff>;
6060
61- label = "flash_ctrl";
62-
6361 flash0: flash@0 {
6462 status = "okay";
6563 compatible = "soc-nv-flash";
66- label = "flash";
6764 erase-block-size = <4096>;
6865 write-block-size = <1>;
6966 reg = <0x00000000 DT_SIZE_K(2048)>;
10097 eeprom0: eeprom {
10198 status = "okay";
10299 compatible = "zephyr,sim-eeprom";
103- label = "EEPROM_0";
104100 size = <DT_SIZE_K(32)>;
105101 };
106102
111107 #address-cells = <1>;
112108 #size-cells = <0>;
113109 reg = <0x100 4>;
114- label = "I2C_0";
115110 };
116111
117112 spi0: spi@200 {
121116 #address-cells = <1>;
122117 #size-cells = <0>;
123118 reg = <0x200 4>;
124- label = "SPI_0";
125119 };
126120
127121 espi0: espi@300 {
130124 reg = <0x300 4>;
131125 #address-cells = <1>;
132126 #size-cells = <0>;
133- label = "ESPI_0";
134127 };
135128
136129 uart0: uart {
137130 status = "okay";
138131 compatible = "zephyr,native-posix-uart";
139- label = "UART_0";
140132 /* Dummy current-speed entry to comply with serial
141133 * DTS binding
142134 */
146138 uart1: uart_1 {
147139 status = "okay";
148140 compatible = "zephyr,native-posix-uart";
149- label = "UART_1";
150141 /* Dummy current-speed entry to comply with serial
151142 * DTS binding
152143 */
156147 rng: rng {
157148 status = "okay";
158149 compatible = "zephyr,native-posix-rng";
159- label = "ENTROPY_0";
160150 };
161151
162152 counter0: counter {
163153 status = "okay";
164154 compatible = "zephyr,native-posix-counter";
165- label = "COUNTER_0";
166155 };
167156
168157 hcp: ec-host-cmd-periph {
169158 status = "okay";
170159 compatible = "zephyr,sim-ec-host-cmd-periph";
171- label = "EC_HOST_CMD_SIM";
172160 };
173161
174162 gpio0: gpio@800 {
175163 status = "okay";
176164 compatible = "zephyr,gpio-emul";
177- label = "GPIO_0";
178165 reg = <0x800 0x4>;
179166 rising-edge;
180167 falling-edge;
186173
187174 zephyr_udc0: udc0 {
188175 compatible = "zephyr,native-posix-udc";
189- label = "USBD";
190176 };
191177
192178 sdl_dc: sdl_dc {
193179 compatible = "zephyr,sdl-dc";
194- label = "SDL display controller";
195180 height = <240>;
196181 width = <320>;
197182 };
198183
199184 can_loopback0: can_loopback0 {
200185 status = "disabled";
201186 compatible = "zephyr,can-loopback";
202- label = "CAN_LOOPBACK_0";
203187 sjw = <1>;
204188 sample-point = <875>;
205189 bus-speed = <125000>;
You can’t perform that action at this time.
0 commit comments