blob: 2982e6ea116a16a5f6ae454bebe1456c40dcfa17 [file] [log] [blame]
/*
* Copyright (c) 2021, G-Technologies Sdn. Bhd.
* Copyright (c) 2021 Linumiz.
*
* SPDX-License-Identifier: Apache-2.0
*
* Application overlay for uart devices
*/
test_uart_mhz19b {
compatible = "winsen,mhz19b";
maximum-range = <10000>;
abc-on;
};
test_uart_pms7003 {
compatible = "plantower,pms7003";
};
test_uart_grow_r502a {
#address-cells=<1>;
#size-cells=<0>;
grow_r502a@0 {
compatible = "hzgrow,r502a";
reg = <0x0>;
int-gpios = <&test_gpio 0 0>;
};
};