-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
184 changed files
with
1,861 additions
and
6 deletions.
There are no files selected for viewing
Binary file added
BIN
+1.33 KB
build/boards/cv181x/cv1813h_milkv_duos_sd/__pycache__/memmap.cpython-38.pyc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"ddr_cfg_list": [ | ||
"", | ||
"ddr3_1866_x16", | ||
"ddr3_2133_x16", | ||
"ddr_auto_x16" | ||
], | ||
"board_information": "C906B + EMMC 8GB + BGA SIP 256MB" | ||
} |
47 changes: 47 additions & 0 deletions
47
build/boards/cv181x/cv1813h_milkv_duos_sd/cv1813h_milkv_duos_sd_defconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
CONFIG_CHIP_cv1813h=y | ||
CONFIG_BOARD_milkv_duos_sd=y | ||
CONFIG_DDR_CFG_ddr3_1866_x16=y | ||
CONFIG_ARCH="riscv" | ||
CONFIG_CROSS_COMPILE="riscv64-unknown-linux-gnu-" | ||
CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
CONFIG_KERNEL_ENTRY_HACK=y | ||
CONFIG_KERNEL_ENTRY_HACK_ADDR="0x80200000" | ||
CONFIG_TOOLCHAIN_MUSL_RISCV64=y | ||
CONFIG_FLASH_SIZE_SHRINK=y | ||
CONFIG_BOOT_IMAGE_SINGLE_DTB=y | ||
CONFIG_OD_CLK_SEL=y | ||
CONFIG_STORAGE_TYPE_sd=y | ||
CONFIG_SENSOR_GCORE_GC4653=y | ||
CONFIG_SENSOR_GCORE_GC2083=y | ||
CONFIG_SENSOR_SMS_SC3335=y | ||
CONFIG_SENSOR_SMS_SC500AI=y | ||
CONFIG_SENSOR_SONY_IMX307=y | ||
CONFIG_SENSOR_SONY_IMX307_2L=y | ||
CONFIG_SENSOR_SONY_IMX307_SLAVE=y | ||
CONFIG_SENSOR_SONY_IMX327=y | ||
CONFIG_SENSOR_SONY_IMX327_2L=y | ||
CONFIG_SENSOR_SONY_IMX327_SLAVE=y | ||
CONFIG_SENSOR_OV_OV5647=y | ||
CONFIG_SENSOR_OV_OS04C10=y | ||
CONFIG_SENSOR_OV_OS04A10=y | ||
CONFIG_UBOOT_2021_10=y | ||
CONFIG_KERNEL_SRC_5.10=y | ||
CONFIG_KERNEL_LZMA=y | ||
CONFIG_SKIP_RAMDISK=y | ||
CONFIG_TARGET_PACKAGE_PARTED=y | ||
CONFIG_TARGET_PACKAGE_E2FSPROGS=y | ||
CONFIG_TARGET_PACKAGE_ENVTOOLS=y | ||
# CONFIG_TARGET_PACKAGE_GATORD is not set | ||
CONFIG_SENSOR_TUNING_PARAM_cv181x_src_gcore_gc4653=y | ||
# CONFIG_ROOTFS_OVERLAYFS is not set | ||
CONFIG_TARGET_PACKAGE_DROPBEAR=y | ||
CONFIG_TARGET_PACKAGE_MTD-UTILS=y | ||
# CONFIG_TARGET_PACKAGE_RSYSLOG is not set | ||
CONFIG_TARGET_PACKAGE_BUSYBOX_SYSLOGD_SCRIPT=y | ||
# CONFIG_ENABLE_FREERTOS is not set | ||
CONFIG_ENABLE_RTOS_DUMP_PRINT=y | ||
CONFIG_DUMP_PRINT_SZ_IDX=17 | ||
CONFIG_TARGET_PACKAGE_GATORD=n | ||
CONFIG_TARGET_PACKAGE_NTP=y | ||
# CONFIG_TARGET_PACKAGE_WIFI is not set | ||
CONFIG_BUILDROOT_FS=y |
41 changes: 41 additions & 0 deletions
41
build/boards/cv181x/cv1813h_milkv_duos_sd/dts_riscv/cv1813h_milkv_duos_sd.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/dts-v1/; | ||
#include "cv181x_base_riscv.dtsi" | ||
#include "cv181x_asic_bga.dtsi" | ||
#include "cv181x_asic_sd.dtsi" | ||
#include "cv181x_default_memmap.dtsi" | ||
|
||
&mipi_rx{ | ||
snsr-reset = <&porta 2 GPIO_ACTIVE_LOW>, <&porta 2 GPIO_ACTIVE_LOW>, <&porta 2 GPIO_ACTIVE_LOW>; | ||
}; | ||
|
||
&dac{ | ||
/delete-property/ mute-gpio-l; | ||
/delete-property/ mute-gpio-r; | ||
}; | ||
|
||
&i2c0 { | ||
status = "disabled"; | ||
}; | ||
|
||
&i2c1 { | ||
status = "okay"; | ||
}; | ||
|
||
&usb { | ||
vbus-gpio = <&portb 6 0>; | ||
}; | ||
|
||
&wifisd { | ||
status = "okay"; | ||
cap-sd-highspeed; | ||
sd-uhs-sdr25; | ||
sd-uhs-ddr50; | ||
sd-uhs-sdr104; | ||
min-frequency = <400000>; | ||
max-frequency = <100000000>; | ||
}; | ||
|
||
/ { | ||
|
||
}; | ||
|
Oops, something went wrong.