Skip to content

Commit

Permalink
dts: posix: Added dummy serial current-speed entry
Browse files Browse the repository at this point in the history
Added dummy current-speed entry for uart0

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
  • Loading branch information
vanwinkeljan authored and nashif committed Jul 16, 2019
1 parent f79de4c commit 90badd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/posix/native_posix/native_posix.dts
Expand Up @@ -70,5 +70,9 @@
compatible = "zephyr,native-posix-uart";
reg = <1 0>;
label = "UART_0";
/* Dummy current_speed entry to comply with serial
* DTS binding
*/
current_speed = <0>;
};
};

0 comments on commit 90badd5

Please sign in to comment.