-
Notifications
You must be signed in to change notification settings - Fork 1.4k
boards: nrf54ls05dk: introduce revision 0.1.0 #25722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,3 +9,4 @@ board: | |
| default: "0.0.0" | ||
| revisions: | ||
| - name: "0.0.0" | ||
| - name: "0.1.0" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 65 additions & 0 deletions
65
boards/nordic/nrf54ls05dk/nrf54ls05dk_nrf54ls05b_cpuapp_0_0_0.overlay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| /* | ||
| * Copyright (c) 2025 Nordic Semiconductor ASA | ||
| * | ||
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
|
|
||
| #include "nrf54ls05dk_nrf54ls05b-pinctrl.dtsi" | ||
|
|
||
| / { | ||
| leds { | ||
| compatible = "gpio-leds"; | ||
|
|
||
| led0: led_0 { | ||
| gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; | ||
| label = "Green LED 1"; | ||
| }; | ||
|
|
||
| led1: led_1 { | ||
| gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>; | ||
| label = "Green LED 2"; | ||
| }; | ||
| }; | ||
|
|
||
| buttons { | ||
| compatible = "gpio-keys"; | ||
|
|
||
| button0: button_0 { | ||
| gpios = <&gpio1 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; | ||
| label = "Push button 0"; | ||
| zephyr,code = <INPUT_KEY_0>; | ||
| }; | ||
|
|
||
| button1: button_1 { | ||
| gpios = <&gpio1 9 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; | ||
| label = "Push button 1"; | ||
| zephyr,code = <INPUT_KEY_1>; | ||
| }; | ||
|
|
||
| button2: button_2 { | ||
| gpios = <&gpio1 8 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; | ||
| label = "Push button 2"; | ||
| zephyr,code = <INPUT_KEY_2>; | ||
| }; | ||
|
|
||
| button3: button_3 { | ||
| gpios = <&gpio0 4 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; | ||
| label = "Push button 3"; | ||
| zephyr,code = <INPUT_KEY_3>; | ||
| }; | ||
| }; | ||
|
|
||
| aliases { | ||
| led0 = &led0; | ||
| led1 = &led1; | ||
| sw0 = &button0; | ||
| sw1 = &button1; | ||
| sw2 = &button2; | ||
| sw3 = &button3; | ||
| }; | ||
| }; | ||
|
|
||
| &hfpll { | ||
| /* For now use 64 MHz clock for CPU and fast peripherals. */ | ||
| clock-frequency = <DT_FREQ_M(64)>; | ||
| }; |
4 changes: 2 additions & 2 deletions
4
...ls05dk/nrf54ls05dk_nrf54ls05b_cpuapp.yaml → .../nrf54ls05dk_nrf54ls05b_cpuapp_0_0_0.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 72 additions & 0 deletions
72
boards/nordic/nrf54ls05dk/nrf54ls05dk_nrf54ls05b_cpuapp_0_1_0.overlay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,72 @@ | ||
| /* | ||
| * Copyright (c) 2025 Nordic Semiconductor ASA | ||
| * | ||
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
|
|
||
| #include "nrf54ls05dk_nrf54ls05b-pinctrl.dtsi" | ||
|
|
||
| / { | ||
| leds { | ||
| compatible = "gpio-leds"; | ||
|
|
||
| led0: led_0 { | ||
| gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>; | ||
| label = "Green LED 0"; | ||
| }; | ||
|
|
||
| led1: led_1 { | ||
| gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; | ||
| label = "Green LED 1"; | ||
| }; | ||
|
|
||
| led2: led_2 { | ||
| gpios = <&gpio1 16 GPIO_ACTIVE_HIGH>; | ||
| label = "Green LED 2"; | ||
| }; | ||
|
|
||
| led3: led_3 { | ||
| gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>; | ||
| label = "Green LED 3"; | ||
| }; | ||
| }; | ||
|
|
||
| buttons { | ||
| compatible = "gpio-keys"; | ||
|
|
||
| button0: button_0 { | ||
| gpios = <&gpio1 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; | ||
| label = "Push button 0"; | ||
| zephyr,code = <INPUT_KEY_0>; | ||
| }; | ||
|
|
||
| button1: button_1 { | ||
| gpios = <&gpio1 9 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; | ||
| label = "Push button 1"; | ||
| zephyr,code = <INPUT_KEY_1>; | ||
| }; | ||
|
|
||
| button2: button_2 { | ||
| gpios = <&gpio1 8 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; | ||
| label = "Push button 2"; | ||
| zephyr,code = <INPUT_KEY_2>; | ||
| }; | ||
|
|
||
| button3: button_3 { | ||
| gpios = <&gpio0 4 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; | ||
| label = "Push button 3"; | ||
| zephyr,code = <INPUT_KEY_3>; | ||
| }; | ||
| }; | ||
|
|
||
| aliases { | ||
| led0 = &led0; | ||
| led1 = &led1; | ||
| led2 = &led2; | ||
| led3 = &led3; | ||
| sw0 = &button0; | ||
| sw1 = &button1; | ||
| sw2 = &button2; | ||
| sw3 = &button3; | ||
| }; | ||
| }; |
21 changes: 21 additions & 0 deletions
21
boards/nordic/nrf54ls05dk/nrf54ls05dk_nrf54ls05b_cpuapp_0_1_0.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| # Copyright (c) 2025 Nordic Semiconductor ASA | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
|
|
||
| identifier: nrf54ls05dk@0.1.0/nrf54ls05b/cpuapp | ||
| name: nRF54LS05-DK-nRF54LS05B-Application (rev. 0.1.0) | ||
| type: mcu | ||
| arch: arm | ||
| toolchain: | ||
| - gnuarmemb | ||
| - zephyr | ||
| sysbuild: true | ||
| ram: 96 | ||
| flash: 508 | ||
| supported: | ||
| - adc | ||
| - counter | ||
| - gpio | ||
| - i2c | ||
| - pwm | ||
| - spi | ||
| - watchdog | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you copy supported list from original?
https://github.com/nrfconnect/sdk-nrf/pull/25722/files#diff-9db96b52c286305d684cc81477c7dc8b8b100cde572442d0e36620e16437e7bdR14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking that the list would be filled with overlays being added, but okay, I will add it