Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
77e017306e52fb6ad897489f6f79f36ed3700323
/
.
/
dts
/
riscv
/
ite
/
it81202dx.dtsi
blob: 73f577d814a46d556a4dbcb851a92ee1c431063c [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2024 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
)>;
};
};
};