1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2f126890aSEmmanuel Vadot#include "qcom-ipq8064-v1.0.dtsi" 3f126890aSEmmanuel Vadot 4f126890aSEmmanuel Vadot/ { 5f126890aSEmmanuel Vadot model = "Qualcomm Technologies, Inc. IPQ8064/AP-148"; 6f126890aSEmmanuel Vadot compatible = "qcom,ipq8064-ap148", "qcom,ipq8064"; 7f126890aSEmmanuel Vadot 8f126890aSEmmanuel Vadot soc { 9f126890aSEmmanuel Vadot pinmux@800000 { 10*b2d2a78aSEmmanuel Vadot buttons_pins: buttons-state { 11f126890aSEmmanuel Vadot pins = "gpio54", "gpio65"; 12*b2d2a78aSEmmanuel Vadot function = "gpio"; 13f126890aSEmmanuel Vadot drive-strength = <2>; 14f126890aSEmmanuel Vadot bias-pull-up; 15f126890aSEmmanuel Vadot }; 16f126890aSEmmanuel Vadot }; 17f126890aSEmmanuel Vadot 18f126890aSEmmanuel Vadot gsbi@16300000 { 19f126890aSEmmanuel Vadot i2c@16380000 { 20f126890aSEmmanuel Vadot status = "okay"; 21f126890aSEmmanuel Vadot clock-frequency = <200000>; 22f126890aSEmmanuel Vadot pinctrl-0 = <&i2c4_pins>; 23f126890aSEmmanuel Vadot pinctrl-names = "default"; 24f126890aSEmmanuel Vadot }; 25f126890aSEmmanuel Vadot }; 26f126890aSEmmanuel Vadot }; 27f126890aSEmmanuel Vadot}; 28