xref: /freebsd-src/sys/contrib/device-tree/src/arm/qcom/qcom-apq8084-mtp.dts (revision 8d13bc63c0e1d50bc9e47ac1f26329c999bfecf0)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2f126890aSEmmanuel Vadot#include "qcom-apq8084.dtsi"
3*8d13bc63SEmmanuel Vadot#include "pma8084.dtsi"
4f126890aSEmmanuel Vadot
5f126890aSEmmanuel Vadot/ {
6f126890aSEmmanuel Vadot	model = "Qualcomm APQ 8084-MTP";
7f126890aSEmmanuel Vadot	compatible = "qcom,apq8084-mtp", "qcom,apq8084";
8f126890aSEmmanuel Vadot
9f126890aSEmmanuel Vadot	aliases {
10f126890aSEmmanuel Vadot		serial0 = &blsp2_uart2;
11f126890aSEmmanuel Vadot		usid0 = &pma8084_0;
12f126890aSEmmanuel Vadot	};
13f126890aSEmmanuel Vadot
14f126890aSEmmanuel Vadot	chosen {
15f126890aSEmmanuel Vadot		stdout-path = "serial0:115200n8";
16f126890aSEmmanuel Vadot	};
17f126890aSEmmanuel Vadot
18f126890aSEmmanuel Vadot	soc {
19f126890aSEmmanuel Vadot		serial@f995e000 {
20f126890aSEmmanuel Vadot			status = "okay";
21f126890aSEmmanuel Vadot		};
22f126890aSEmmanuel Vadot	};
23f126890aSEmmanuel Vadot};
24