Skip to content

Commit fdf2605

Browse files
trupplesnunojsa
authored andcommitted
arm: dts: overlays: adis16475: Add reset_pin override
Add an override for changing the GPIO used for the IMU reset signal. Example usage: dtoverlay=adis16475 dtparam=reset_pin=25 Signed-off-by: Ioan Dragomir <ioan.dragomir@analog.com>
1 parent b9baff4 commit fdf2605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/overlays/adis16475-overlay.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
*/
8484
drdy_gpio25 = <&adis16475_pins>,"brcm,pins:0=25",
8585
<&adis16475>,"interrupts:0=25";
86+
reset_pin = <&adis16475_pins>,"brcm,pins:4",
87+
<&adis16475>,"reset-gpios:4";
8688
device = <&adis16475>,"compatible";
8789
sync_mode = <&adis16475>,"adi,sync-mode:0";
8890
ext_sync_freq = <&adis16475_ref_clk>, "clock-frequency:0",

0 commit comments

Comments
 (0)