Skip to content

Commit

Permalink
Change pins for touch chip to make sure it works properly on nRF5340dk.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkra committed Aug 1, 2024
1 parent 34c3315 commit 7094253
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/boards/nrf5340dk_nrf5340_cpuapp.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
cst816s: cst816s@15 {
compatible = "hynitron,cst816s";
reg = <0x15>;
irq-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
rst-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
irq-gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
rst-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
};
};

Expand All @@ -195,6 +195,12 @@
};
};

&i2c2_default {
group1 {
bias-pull-up;
};
};


&spi4 {
status = "okay";
Expand Down

0 comments on commit 7094253

Please sign in to comment.