1/* 2 * Copyright (c) 2021, G-Technologies Sdn. Bhd. 3 * Copyright (c) 2021 Linumiz. 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 * 7 * Application overlay for uart devices 8 */ 9 10test_uart_mhz19b { 11 compatible = "winsen,mhz19b"; 12 maximum-range = <10000>; 13 abc-on; 14}; 15 16test_uart_pms7003 { 17 compatible = "plantower,pms7003"; 18}; 19 20test_uart_grow_r502a { 21 #address-cells=<1>; 22 #size-cells=<0>; 23 grow_r502a@0 { 24 compatible = "hzgrow,r502a"; 25 reg = <0x0>; 26 int-gpios = <&test_gpio 0 0>; 27 }; 28}; 29