boards: actinius_icarus: remove unused pwm nodes and add bootloader LED
Also update the name of sram0_bsd to sram0_modem Signed-off-by: Alex Tsamakos <alex@actinius.com>
This commit is contained in:
parent
0febdbfba0
commit
a637f0a718
2 changed files with 6 additions and 17 deletions
|
@ -72,6 +72,7 @@
|
||||||
green-pwm-led = &green_pwm_led;
|
green-pwm-led = &green_pwm_led;
|
||||||
blue-pwm-led = &blue_pwm_led;
|
blue-pwm-led = &blue_pwm_led;
|
||||||
sw0 = &button0;
|
sw0 = &button0;
|
||||||
|
bootloader-led0 = &green_pwm_led;
|
||||||
};
|
};
|
||||||
|
|
||||||
vbatt {
|
vbatt {
|
||||||
|
@ -157,18 +158,6 @@
|
||||||
ch2-inverted;
|
ch2-inverted;
|
||||||
};
|
};
|
||||||
|
|
||||||
&pwm1 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pwm2 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pwm3 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&timer0 {
|
&timer0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -225,8 +214,8 @@
|
||||||
/* Secure image memory */
|
/* Secure image memory */
|
||||||
};
|
};
|
||||||
|
|
||||||
sram0_bsd: image_bsd@20010000 {
|
sram0_modem: image_modem@20010000 {
|
||||||
/* BSD (shared) memory */
|
/* Modem (shared) memory */
|
||||||
};
|
};
|
||||||
|
|
||||||
sram0_ns: image_ns@20020000 {
|
sram0_ns: image_ns@20020000 {
|
||||||
|
|
|
@ -40,8 +40,8 @@
|
||||||
/* Default SRAM planning when building for nRF9160 with
|
/* Default SRAM planning when building for nRF9160 with
|
||||||
* ARM TrustZone-M support
|
* ARM TrustZone-M support
|
||||||
* - Lowest 64 kB SRAM allocated to Secure image (sram0_s).
|
* - Lowest 64 kB SRAM allocated to Secure image (sram0_s).
|
||||||
* - 64 kB SRAM reserved for and used by the BSD socket
|
* - 64 kB SRAM reserved for and used by the modem library
|
||||||
* library (sram0_bsd).
|
* (sram0_modem). This memory is Non-Secure.
|
||||||
* - Upper 128 kB allocated to Non-Secure image (sram0_ns).
|
* - Upper 128 kB allocated to Non-Secure image (sram0_ns).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
reg = <0x20000000 DT_SIZE_K(64)>;
|
reg = <0x20000000 DT_SIZE_K(64)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&sram0_bsd {
|
&sram0_modem {
|
||||||
reg = <0x20010000 DT_SIZE_K(64)>;
|
reg = <0x20010000 DT_SIZE_K(64)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue