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