blob: 554c65e7aa0ee433b2d07cc39f61451413987868 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001// SPDX-License-Identifier: GPL-2.0
2#include "qcom-ipq8064-v1.0.dtsi"
3
4/ {
David Brazdil0f672f62019-12-10 10:32:29 +00005 model = "Qualcomm Technologies, Inc. IPQ8064/AP-148";
6 compatible = "qcom,ipq8064-ap148";
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00007
8 soc {
9 pinmux@800000 {
10 i2c4_pins: i2c4_pinmux {
11 pins = "gpio12", "gpio13";
12 function = "gsbi4";
13 bias-disable;
14 };
15
David Brazdil0f672f62019-12-10 10:32:29 +000016 buttons_pins: buttons_pins {
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000017 mux {
David Brazdil0f672f62019-12-10 10:32:29 +000018 pins = "gpio54", "gpio65";
19 drive-strength = <2>;
20 bias-pull-up;
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000021 };
22 };
23 };
24
25 gsbi@16300000 {
David Brazdil0f672f62019-12-10 10:32:29 +000026 i2c@16380000 {
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000027 status = "ok";
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000028 clock-frequency = <200000>;
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000029 pinctrl-0 = <&i2c4_pins>;
30 pinctrl-names = "default";
31 };
32 };
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000033 };
34};