diff --git a/app/boards/arm/rtl8762gn_evb/rtl8762gn_evb.dts b/app/boards/arm/rtl8762gn_evb/rtl8762gn_evb.dts index 0a5c1e074f1..e18fab17488 100644 --- a/app/boards/arm/rtl8762gn_evb/rtl8762gn_evb.dts +++ b/app/boards/arm/rtl8762gn_evb/rtl8762gn_evb.dts @@ -6,20 +6,20 @@ model = "RealTek rtl8762gn evb "; compatible = "realtek,rtl8762gn_evb"; - chosen { - zephyr,sram = &ram_data; - zephyr,flash = &flash; - zephyr,code-partition = &app_partition; - zephyr,itcm = &ram_code; - zephyr,console = &uart2; - zephyr,shell-uart = &uart2; - zephyr,flash-controller = &fmc; - zephyr,entropy = &trng; - }; + chosen { + zephyr,sram = &tcm0; + zephyr,flash = &flash; + zephyr,code-partition = &app_partition; + zephyr,itcm = &tcm1; + zephyr,console = &uart2; + zephyr,shell-uart = &uart2; + zephyr,flash-controller = &fmc; + zephyr,entropy = &trng; + }; - /* These aliases are provided for compatibility with samples */ - aliases { - }; + /* These aliases are provided for compatibility with samples */ + aliases { + }; }; &flash { diff --git a/app/boards/arm/rtl8762gtu_kb/rtl8762gtu_kb.dts b/app/boards/arm/rtl8762gtu_kb/rtl8762gtu_kb.dts index 0f54d03438f..1ca9153c691 100644 --- a/app/boards/arm/rtl8762gtu_kb/rtl8762gtu_kb.dts +++ b/app/boards/arm/rtl8762gtu_kb/rtl8762gtu_kb.dts @@ -6,16 +6,16 @@ model = "RealTek rtl8762gku "; compatible = "realtek,rtl8762gku"; - chosen { - zephyr,sram = &ram_data; - zephyr,flash = &flash; - zephyr,code-partition = &app_partition; - zephyr,itcm = &ram_code; - zephyr,console = &uart2; - zephyr,shell-uart = &uart2; - zephyr,flash-controller = &fmc; - zephyr,entropy = &trng; - }; + chosen { + zephyr,sram = &tcm0; + zephyr,flash = &flash; + zephyr,code-partition = &app_partition; + zephyr,itcm = &tcm1; + zephyr,console = &uart2; + zephyr,shell-uart = &uart2; + zephyr,flash-controller = &fmc; + zephyr,entropy = &trng; + }; /* These aliases are provided for compatibility with samples */ aliases {