Created
October 19, 2023 18:53
-
-
Save warpme/35b28e3c7c1035c12a9e2b1fd0b35e07 to your computer and use it in GitHub Desktop.
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
+CONFIG_ARM=y | |
+CONFIG_ARCH_SUNXI=y | |
+CONFIG_DEFAULT_DEVICE_TREE="sun50i-h618-orangepi-zero3" | |
+CONFIG_SPL=y | |
+CONFIG_DRAM_SUN50I_H616_DX_ODT=0x07070707 | |
+CONFIG_DRAM_SUN50I_H616_DX_DRI=0x0e0e0e0e | |
+CONFIG_DRAM_SUN50I_H616_CA_DRI=0x0e0e | |
+CONFIG_DRAM_SUN50I_H616_ODT_EN=0xaaaaeeee | |
+CONFIG_DRAM_SUN50I_H616_TPR0=0x0 | |
+CONFIG_DRAM_SUN50I_H616_TPR6=0x44000000 | |
+CONFIG_DRAM_SUN50I_H616_TPR10=0x402f0663 | |
+CONFIG_DRAM_SUN50I_H616_TPR11=0x24242323 | |
+CONFIG_DRAM_SUN50I_H616_TPR12=0x0e0e0e0e | |
+CONFIG_MACH_SUN50I_H616=y | |
+CONFIG_SUNXI_DRAM_H616_LPDDR4=y | |
+CONFIG_DRAM_CLK=792 | |
+CONFIG_R_I2C_ENABLE=y | |
+CONFIG_SPL_SPI_SUNXI=y | |
+CONFIG_SYS_MONITOR_LEN=786432 | |
+CONFIG_SPL_I2C=y | |
+CONFIG_SPL_I2C_SUPPORT=y | |
+CONFIG_SPL_SYS_I2C_LEGACY=y | |
+CONFIG_SYS_I2C_MVTWSI=y | |
+CONFIG_SYS_I2C_SLAVE=0x7f | |
+CONFIG_SYS_I2C_SPEED=400000 | |
+CONFIG_SPI_FLASH_MACRONIX=y | |
+CONFIG_PHY_REALTEK=y | |
+CONFIG_SUN8I_EMAC=y | |
+CONFIG_SPI=y | |
+CONFIG_AXP313_POWER=y | |
+CONFIG_I2C3_ENABLE=y | |
+CONFIG_AXP_DCDC3_VOLT=1150 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment