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