xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-j3ltetw.dts (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
1*b2d2a78aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*b2d2a78aSEmmanuel Vadot
3*b2d2a78aSEmmanuel Vadot/dts-v1/;
4*b2d2a78aSEmmanuel Vadot
5*b2d2a78aSEmmanuel Vadot#include "msm8916-samsung-j3-common.dtsi"
6*b2d2a78aSEmmanuel Vadot
7*b2d2a78aSEmmanuel Vadot/ {
8*b2d2a78aSEmmanuel Vadot	model = "Samsung Galaxy J3 (2016) (SM-J320YZ)";
9*b2d2a78aSEmmanuel Vadot	compatible = "samsung,j3ltetw", "qcom,msm8916";
10*b2d2a78aSEmmanuel Vadot	chassis-type = "handset";
11*b2d2a78aSEmmanuel Vadot};
12*b2d2a78aSEmmanuel Vadot
13*b2d2a78aSEmmanuel Vadot&i2c_muic {
14*b2d2a78aSEmmanuel Vadot	sda-gpios = <&tlmm 0 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
15*b2d2a78aSEmmanuel Vadot	scl-gpios = <&tlmm 1 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
16*b2d2a78aSEmmanuel Vadot};
17*b2d2a78aSEmmanuel Vadot
18*b2d2a78aSEmmanuel Vadot&i2c_sensors {
19*b2d2a78aSEmmanuel Vadot	/* I2C2 */
20*b2d2a78aSEmmanuel Vadot	sda-gpios = <&tlmm 6 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
21*b2d2a78aSEmmanuel Vadot	scl-gpios = <&tlmm 7 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
22*b2d2a78aSEmmanuel Vadot};
23*b2d2a78aSEmmanuel Vadot
24*b2d2a78aSEmmanuel Vadot&muic_i2c_default {
25*b2d2a78aSEmmanuel Vadot	pins = "gpio0", "gpio1";
26*b2d2a78aSEmmanuel Vadot};
27*b2d2a78aSEmmanuel Vadot
28*b2d2a78aSEmmanuel Vadot&sensors_i2c_default {
29*b2d2a78aSEmmanuel Vadot	/* I2C2 */
30*b2d2a78aSEmmanuel Vadot	pins = "gpio6", "gpio7";
31*b2d2a78aSEmmanuel Vadot};
32