#include &i2c_1 { #address-cells = <1>; #size-cells = <0>; status = "ok"; /* Enable I2C1 */ evt1_hl6111: evt1-hl6111@25 { compatible = "halo,hl6111"; reg = <0x25>; status = "disabled"; halo,int-gpio = <&gpa1 3 0>; halo,det-gpio = <&gpm23 0 0>; halo,clm-vth = <0x07>; halo,bypass = <0x00>; //5.0V halo,ldop = <0x00>; //1.8V halo,vout-range = <0x03>; //16mV step halo,trgt-vout = <0x26>; //4.56V halo,trgt-vrect = <0x02>; //6V halo,temp-limit = <0x17>; // default pinctrl-names = "default"; pinctrl-0 = <&evt1_wlc_irq &evt1_wlc_det &evt1_wlc_auth>; }; }; &pinctrl_0 { evt1_wlc_irq: evt1-wlc-irq { samsung,pins = "gpa1-3"; samsung,pin-function = ; samsung,pin-pud = ; }; }; &pinctrl_1 { evt1_wlc_det: evt1-wlc-det { samsung,pins = "gpm23-0"; samsung,pin-function = ; samsung,pin-pud = ; }; evt1_wlc_auth: evt1-wlc-auth { samsung,pins = "gpm21-0"; samsung,pin-function = ; samsung,pin-pud = ; }; };