Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include "qcom-ipq8064-v1.0.dtsi"
0003 
0004 / {
0005         model = "Qualcomm Technologies, Inc. IPQ8064/AP-148";
0006         compatible = "qcom,ipq8064-ap148", "qcom,ipq8064";
0007 
0008         soc {
0009                 pinmux@800000 {
0010                         buttons_pins: buttons_pins {
0011                                 mux {
0012                                         pins = "gpio54", "gpio65";
0013                                         drive-strength = <2>;
0014                                         bias-pull-up;
0015                                 };
0016                         };
0017                 };
0018 
0019                 gsbi@16300000 {
0020                         i2c@16380000 {
0021                                 status = "okay";
0022                                 clock-frequency = <200000>;
0023                                 pinctrl-0 = <&i2c4_pins>;
0024                                 pinctrl-names = "default";
0025                         };
0026                 };
0027         };
0028 };