1 // SPDX-License-Identifier: GPL-2.0 2 #include "qcom-msm8974pro-samsung-klte-common.dtsi" 3 4 / { 5 model = "Samsung Galaxy S5 China"; 6 compatible = "samsung,kltechn", "samsung,klte", "qcom,msm8974pro", "qcom,msm8974"; 7 }; 8 9 &i2c_led_gpio { 10 scl-gpios = <&tlmm 61 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; 11 sda-gpios = <&tlmm 60 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; 12 }; 13 14 &i2c_led_gpioex_pins { 15 pins = "gpio60", "gpio61"; 16 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.