Skip to content

Commit

Permalink
Update golioth-zephyr-boards
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Wilson <[email protected]>
  • Loading branch information
cdwilson committed May 31, 2024
1 parent 1ab3415 commit 1769b4b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
};
};

&qwiic_i2c {
status = "okay";
};

&mikrobus_i2c {
status = "okay";

/* SPS30 max clock frequency is 100 kbit/s */
clock-frequency = <I2C_BITRATE_STANDARD>;

Expand Down
16 changes: 16 additions & 0 deletions boards/aludel_elixir_ns_B.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
* Copyright (c) 2024 Golioth, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
aliases {
sensirion-hal-i2c = &mikrobus_i2c;
};
};

&mikrobus_i2c {
/* SPS30 max clock frequency is 100 kbit/s */
clock-frequency = <I2C_BITRATE_STANDARD>;
};
2 changes: 0 additions & 2 deletions boards/aludel_mini_v1_sparkfun9160_ns.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
};

&mikrobus_i2c {
status = "okay";

/* SPS30 max clock frequency is 100 kbit/s */
clock-frequency = <I2C_BITRATE_STANDARD>;

Expand Down
2 changes: 0 additions & 2 deletions boards/nrf9160dk_nrf9160_ns.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
};

&mikrobus_i2c {
status = "okay";

/* SPS30 max clock frequency is 100 kbit/s */
clock-frequency = <I2C_BITRATE_STANDARD>;

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ manifest:

- name: golioth-zephyr-boards
path: deps/modules/lib/golioth-boards
revision: v1.1.1
revision: b962b09c36315dc6120fd54b611f61784eb4482d
url: https://github.com/golioth/golioth-zephyr-boards

- name: libostentus
Expand Down

0 comments on commit 1769b4b

Please sign in to comment.