Browse Source
- Add new device tree source include file for DA14697 SoC - Update Kconfig and soc.yml to support the new device Signed-off-by: Muhammad Waleed Badar <walid.badar@gmail.com>pull/87198/merge
3 changed files with 15 additions and 0 deletions
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
/* SPDX-License-Identifier: Apache-2.0 */ |
||||
|
||||
#include "da1469x.dtsi" |
||||
|
||||
&sram0 { |
||||
reg = <0x20000000 DT_SIZE_K(512)>; |
||||
}; |
Loading…
Reference in new issue