1/*
2 * RS232 usart
3 */
4
5&uart1 {
6	status = "okay";
7	current-speed = <115200>;
8	clock-frequency = <16000000>;
9};
10