1/*
2 * Copyright (c) 2021, G-Technologies Sdn. Bhd.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&usart1 {
8	current-speed = <9600>;
9	mhz19b {
10		compatible = "winsen,mhz19b";
11		maximum-range = <10000>;
12		abc-on;
13	};
14};
15