]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/arm/boot/dts/qcom-ipq8064-ap148.dts
Merge tag 'omap-for-v5.1/dt-cpsw-phy' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / boot / dts / qcom-ipq8064-ap148.dts
1 // SPDX-License-Identifier: GPL-2.0
2 #include "qcom-ipq8064-v1.0.dtsi"
3
4 / {
5 model = "Qualcomm Technologies, Inc. IPQ8064/AP-148";
6 compatible = "qcom,ipq8064-ap148";
7
8 soc {
9 pinmux@800000 {
10 i2c4_pins: i2c4_pinmux {
11 pins = "gpio12", "gpio13";
12 function = "gsbi4";
13 bias-disable;
14 };
15
16 buttons_pins: buttons_pins {
17 mux {
18 pins = "gpio54", "gpio65";
19 drive-strength = <2>;
20 bias-pull-up;
21 };
22 };
23 };
24
25 gsbi@16300000 {
26 i2c@16380000 {
27 status = "ok";
28 clock-frequency = <200000>;
29 pinctrl-0 = <&i2c4_pins>;
30 pinctrl-names = "default";
31 };
32 };
33 };
34 };