1/ { 2 aliases { 3 prox-sensor0 = &tmd2620; 4 }; 5}; 6 7&i2c0 { 8 status = "okay"; 9 10 tmd2620: tmd2620@29 { 11 compatible = "ams,tmd2620"; 12 reg = <0x29>; 13 int-gpios = <&gpio1 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; 14 proximity-gain = <4>; 15 proximity-pulse-length = <16>; 16 proximity-pulse-count = <15>; 17 proximity-high-threshold = <255>; 18 proximity-low-threshold = <0>; 19 proximity-led-drive-strength = <4>; 20 proximity-interrupt-filter = <0>; 21 wait-time-factor = <0>; 22 status = "okay"; 23 }; 24}; 25