Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

&arduino_spi {
spbtle-rf_x_nucleo_idb05a1: spbtle-rf@0 {
spbtle_rf_x_nucleo_idb05a1: spbtle-rf@0 {
cs-gpios = <&arduino_header 16 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* D10 */
irq-gpios = <&arduino_header 15 0>; /* D9 */
};
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/x_nucleo_idb05a1/x_nucleo_idb05a1.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
&arduino_spi {
cs-gpios = <&arduino_header 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* A1 */

spbtle-rf_x_nucleo_idb05a1: spbtle-rf@0 {
spbtle_rf_x_nucleo_idb05a1: spbtle-rf@0 {
compatible = "zephyr,bt-hci-spi";
reg = <0>;
reset-gpios = <&arduino_header 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; /* D7 */
Expand Down
2 changes: 1 addition & 1 deletion samples/shields/lmp90100_evb/rtd/app.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/

&lmp90100 {
&lmp90100_lmp90100_evb {
rtd-current = <1000>;
};