xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-rossa-common.dtsi (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
101950c46SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
201950c46SEmmanuel Vadot
301950c46SEmmanuel Vadot#include "msm8916-samsung-fortuna-common.dtsi"
401950c46SEmmanuel Vadot
501950c46SEmmanuel Vadot/* SM5504 MUIC instead of SM5502 */
601950c46SEmmanuel Vadot/delete-node/ &muic;
701950c46SEmmanuel Vadot
8*7d0873ebSEmmanuel Vadot/* Touchscreen varies depending on model variant */
9*7d0873ebSEmmanuel Vadot/delete-node/ &touchscreen;
10*7d0873ebSEmmanuel Vadot
1101950c46SEmmanuel Vadot&blsp_i2c1 {
1201950c46SEmmanuel Vadot	muic: extcon@14 {
1301950c46SEmmanuel Vadot		compatible = "siliconmitus,sm5504-muic";
1401950c46SEmmanuel Vadot		reg = <0x14>;
1501950c46SEmmanuel Vadot		interrupts-extended = <&tlmm 12 IRQ_TYPE_EDGE_FALLING>;
1601950c46SEmmanuel Vadot		pinctrl-0 = <&muic_int_default>;
1701950c46SEmmanuel Vadot		pinctrl-names = "default";
1801950c46SEmmanuel Vadot	};
1901950c46SEmmanuel Vadot};
20*7d0873ebSEmmanuel Vadot
21*7d0873ebSEmmanuel Vadot/* On rossa backlight is controlled with MIPI DCS commands */
22*7d0873ebSEmmanuel Vadot&clk_pwm {
23*7d0873ebSEmmanuel Vadot	status = "disabled";
24*7d0873ebSEmmanuel Vadot};
25*7d0873ebSEmmanuel Vadot
26*7d0873ebSEmmanuel Vadot&clk_pwm_backlight {
27*7d0873ebSEmmanuel Vadot	status = "disabled";
28*7d0873ebSEmmanuel Vadot};
29