1#include "qcom-apq8084.dtsi" 2#include "qcom-pma8084.dtsi" 3 4/ { 5 model = "Qualcomm APQ8084/IFC6540"; 6 compatible = "qcom,apq8084-ifc6540", "qcom,apq8084"; 7 8 soc { 9 serial@f995e000 { 10 status = "okay"; 11 }; 12 13 sdhci@f9824900 { 14 bus-width = <8>; 15 non-removable; 16 status = "okay"; 17 }; 18 19 sdhci@f98a4900 { 20 cd-gpios = <&tlmm 122 GPIO_ACTIVE_LOW>; 21 bus-width = <4>; 22 }; 23 }; 24}; 25