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 APQ8084/IFC6540";
0007         compatible = "qcom,apq8084-sbc", "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                 sdhci@f9824900 {
0024                         bus-width = <8>;
0025                         non-removable;
0026                         status = "okay";
0027                 };
0028 
0029                 sdhci@f98a4900 {
0030                         cd-gpios = <&tlmm 122 GPIO_ACTIVE_LOW>;
0031                         bus-width = <4>;
0032                 };
0033         };
0034 };