File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
boards/shields/mikroe_stepper_19_click Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,9 @@ MikroElektronika Stepper 19 Click
6
6
Overview
7
7
********
8
8
9
- Stepper 19 Click shield has a TI DRV8424 stepper driver accessed via GPIO and
10
- a TI TCA9538 GPIO expander accessed via I2C. Some DRV8424 pins are accessed
9
+ The MikroElektronika ` Stepper 19 Click `_ shield has a ` TI DRV8424 `_ stepper driver accessed via
10
+ GPIO and a ` NXP PCA9538A `_ GPIO expander accessed via I2C. Some DRV8424 pins are accessed
11
11
via the GPIO expander.
12
- The DRV8424 uses by default the work-queue timing source, but that can be changed.
13
-
14
- More information about the shield can be found at
15
- `Mikroe Stepper 19 click `_.
16
12
17
13
.. figure :: stepper_19_click.webp
18
14
:align: center
@@ -41,5 +37,11 @@ References
41
37
42
38
.. target-notes ::
43
39
44
- .. _ Mikroe Stepper 19 click :
40
+ .. _ Stepper 19 Click :
45
41
https://www.mikroe.com/stepper-19-click
42
+
43
+ .. _TI DRV8424 :
44
+ https://www.ti.com/product/DRV8424
45
+
46
+ .. _NXP PCA9538A :
47
+ https://www.nxp.com/products/interfaces/ic-spi-i3c-interface-devices/general-purpose-i-o-gpio/low-voltage-8-bit-ic-bus-i-o-port-with-interrupt-and-reset:PCA9538A
Original file line number Diff line number Diff line change 12
12
&mikrobus_i2c {
13
13
status = "okay";
14
14
15
- tca9538a_mikroe_stepper_19_click: tca9538a @70 {
15
+ pca9538a_mikroe_stepper_19_click: pca9538a @70 {
16
16
status = "okay";
17
- compatible = "ti,tca9538 ";
17
+ compatible = "nxp,pca9538 ";
18
18
19
19
reg = <0x70>;
20
20
45
45
sleep-gpios = <&mikrobus_header 1 GPIO_ACTIVE_LOW>;
46
46
en-gpios = <&mikrobus_header 2 0>;
47
47
fault-gpios = <&mikrobus_header 7 GPIO_ACTIVE_LOW>;
48
- m0-gpios = <&tca9538a_mikroe_stepper_19_click 0 0>;
49
- m1-gpios = <&tca9538a_mikroe_stepper_19_click 1 0>;
48
+ m0-gpios = <&pca9538a_mikroe_stepper_19_click 0 0>;
49
+ m1-gpios = <&pca9538a_mikroe_stepper_19_click 1 0>;
50
50
};
51
51
};
You can’t perform that action at this time.
0 commit comments