27 lines
683 B
Text
27 lines
683 B
Text
|
|
&qupv3_se1_i2c {
|
|
status = "ok";
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
nq@28 {
|
|
compatible = "qcom,sn-nci";
|
|
reg = <0x28>;
|
|
qcom,sn-irq = <&tlmm 70 0x00>;
|
|
qcom,sn-ven = <&tlmm 69 0x00>;
|
|
qcom,sn-firm = <&tlmm 31 0x00>;
|
|
qcom,sn-clkreq = <&tlmm 71 0x00>;
|
|
qcom,sn-vdd-1p8-supply = <&L9A>;
|
|
qcom,sn-vdd-1p8-voltage = <1800000 2000000>;
|
|
qcom,sn-vdd-1p8-current = <157000>;
|
|
interrupt-parent = <&tlmm>;
|
|
interrupts = <70 0>;
|
|
interrupt-names = "nfc_irq";
|
|
pinctrl-names = "nfc_active", "nfc_suspend";
|
|
pinctrl-0 = <&nfc_int_active &nfc_enable_active
|
|
&nfc_clk_req_active>;
|
|
pinctrl-1 = <&nfc_int_suspend &nfc_enable_suspend
|
|
&nfc_clk_req_suspend>;
|
|
};
|
|
};
|
|
|
|
|