29 lines
465 B
Plaintext
29 lines
465 B
Plaintext
/*
|
|
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include <espressif/esp32/esp32_appcpu.dtsi>
|
|
#include "odroid_go-flash_partition_table.dtsi"
|
|
|
|
/ {
|
|
model = "ODROID-GO Game Kit APPCPU";
|
|
compatible = "hardkernel,odroid_go", "espressif,esp32";
|
|
|
|
chosen {
|
|
zephyr,sram = &sram0;
|
|
zephyr,ipc_shm = &shm0;
|
|
zephyr,ipc = &ipm0;
|
|
};
|
|
};
|
|
|
|
&ipm0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&trng0 {
|
|
status = "okay";
|
|
};
|