Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
cb331c2371144f3c391856eec4417ce65cbf0957
/
.
/
dts
/
riscv
/
ite
/
it81202cx.dtsi
blob: 75e9907e1a1009e22ff6567328582d77a4ed717f [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2022 ITE Corporation. All Rights Reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<mem.h>
/
{
soc
{
sram0
:
memory@80100000
{
compatible
=
"mmio-sram"
;
reg
=
<
0x80100000
DT_SIZE_K
(
128
)>;
};
};
};