Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include "qcom-apq8084.dtsi"
0003 #include "qcom-pma8084.dtsi"
0004 
0005 / {
0006         model = "Qualcomm APQ 8084-MTP";
0007         compatible = "qcom,apq8084-mtp", "qcom,apq8084";
0008 
0009         aliases {
0010                 serial0 = &blsp2_uart2;
0011                 usid0 = &pma8084_0;
0012         };
0013 
0014         chosen {
0015                 stdout-path = "serial0:115200n8";
0016         };
0017 
0018         soc {
0019                 serial@f995e000 {
0020                         status = "okay";
0021                 };
0022         };
0023 };