File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
boards/shields/x_nucleo_iks01a3 Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 lps22hh@5d {
1616 compatible = "st,lps22hh";
1717 reg = <0x5d>;
18- drdy-gpios = <&arduino_header 12 0 >; /* D6 */
18+ drdy-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH >; /* D6 */
1919 label = "LPS22HH";
2020 };
2121
3636 lis2dw12@19 {
3737 compatible = "st,lis2dw12";
3838 reg = <0x19>;
39- irq-gpios = <&arduino_header 3 0 >; /* A3 */
39+ irq-gpios = <&arduino_header 3 GPIO_ACTIVE_HIGH >; /* A3 */
4040 label = "LIS2DW12";
4141 };
4242
4343 lsm6dso@6b {
4444 compatible = "st,lsm6dso";
4545 reg = <0x6b>;
46- irq-gpios = <&arduino_header 10 0 >; /* D4 */
46+ irq-gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH >; /* D4 */
4747 label = "LSM6DSO";
4848 };
4949};
Original file line number Diff line number Diff line change 99 lis2dw12@19 {
1010 compatible = "st,lis2dw12";
1111 reg = <0x19>;
12- irq-gpios = <&arduino_header 3 0 >; /* A3 */
12+ irq-gpios = <&arduino_header 3 GPIO_ACTIVE_HIGH >; /* A3 */
1313 label = "LIS2DW12";
1414 };
1515
1616 lsm6dso@6b {
1717 compatible = "st,lsm6dso";
1818 reg = <0x6b>;
19- irq-gpios = <&arduino_header 10 0 >; /* D4 */
19+ irq-gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH >; /* D4 */
2020 label = "LSM6DSO";
2121 };
2222};
You can’t perform that action at this time.
0 commit comments