dts: arm: add device tree file for TI CC3235SF
This dtsi file adds definitions for memory regions on the SoC. Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
parent
e059eb3336
commit
d11864662b
|
@ -179,6 +179,7 @@
|
|||
/dts/arm/st/ @erwango
|
||||
/dts/arm/ti/cc13?2* @bwitherspoon
|
||||
/dts/arm/ti/cc26?2* @bwitherspoon
|
||||
/dts/arm/ti/cc3235* @vanti
|
||||
/dts/arm/nordic/ @ioannisg @carlescufi
|
||||
/dts/arm/nxp/ @MaureenHelm
|
||||
/dts/arm/microchip/ @franciscomunoz @albertofloyd @scottwcpg
|
||||
|
|
24
dts/arm/ti/cc3235sf.dtsi
Normal file
24
dts/arm/ti/cc3235sf.dtsi
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Linaro Limited
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <mem.h>
|
||||
#include <ti/cc32xx.dtsi>
|
||||
|
||||
/ {
|
||||
sram0: memory@20000000 {
|
||||
reg = <0x20000000 DT_SIZE_K(256)>;
|
||||
};
|
||||
|
||||
flash0: serial-flash@0 {
|
||||
reg = <0x0 DT_SIZE_K(1024)>;
|
||||
};
|
||||
|
||||
flash1: flash@1000000 {
|
||||
compatible = "soc-nv-flash";
|
||||
label = "FLASH_1";
|
||||
reg = <0x01000000 DT_SIZE_K(1024)>;
|
||||
};
|
||||
};
|
Loading…
Reference in a new issue