1*7d0873ebSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*7d0873ebSEmmanuel Vadot#include "qcom-msm8974pro-samsung-klte-common.dtsi" 3*7d0873ebSEmmanuel Vadot 4*7d0873ebSEmmanuel Vadot/ { 5*7d0873ebSEmmanuel Vadot model = "Samsung Galaxy S5 China"; 6*7d0873ebSEmmanuel Vadot compatible = "samsung,kltechn", "samsung,klte", "qcom,msm8974pro", "qcom,msm8974"; 7*7d0873ebSEmmanuel Vadot}; 8*7d0873ebSEmmanuel Vadot 9*7d0873ebSEmmanuel Vadot&i2c_led_gpio { 10*7d0873ebSEmmanuel Vadot scl-gpios = <&tlmm 61 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; 11*7d0873ebSEmmanuel Vadot sda-gpios = <&tlmm 60 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; 12*7d0873ebSEmmanuel Vadot}; 13*7d0873ebSEmmanuel Vadot 14*7d0873ebSEmmanuel Vadot&i2c_led_gpioex_pins { 15*7d0873ebSEmmanuel Vadot pins = "gpio60", "gpio61"; 16*7d0873ebSEmmanuel Vadot}; 17