20 lines
310 B
Plaintext
20 lines
310 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
/dts-v1/;
|
|
|
|
#include "msm8916-samsung-j5-common.dtsi"
|
|
|
|
/ {
|
|
model = "Samsung Galaxy J5 (2016)";
|
|
compatible = "samsung,j5x", "qcom,msm8916";
|
|
chassis-type = "handset";
|
|
};
|
|
|
|
&muic {
|
|
interrupts = <121 IRQ_TYPE_EDGE_FALLING>;
|
|
};
|
|
|
|
&muic_int_default {
|
|
pins = "gpio121";
|
|
};
|