sync(system): sync system changes.
This commit is contained in:
BIN
device/config/chips/v851s/configs/default/riscv.fex
Executable file
BIN
device/config/chips/v851s/configs/default/riscv.fex
Executable file
Binary file not shown.
@@ -10,7 +10,7 @@
|
||||
#include <dt-bindings/sunxi/sun8iw21-share-irq.h>
|
||||
|
||||
/{
|
||||
compatible = "allwinner,sun8iw21p1", "arm,sun8iw21p1", "allwinner,v851s";
|
||||
compatible = "allwinner,sun8iw21p1", "arm,sun8iw21p1", "allwinner,v851s3";
|
||||
reg_usb_vbus: usb-vbus {
|
||||
compatible = "regulator-fixed";
|
||||
gpio = <&pio PH 2 1 2 0 1>;
|
||||
@@ -24,7 +24,7 @@
|
||||
/*bootargs = "earlyprintk=sunxi-uart,0x02500000 clk_ignore_unused initcall_debug=0 console=ttyS0,115200 loglevel=1 lpj=240000 root=/dev/mtdblock4 rootwait init=/files/pseudo_init rdinit=/rdinit partitions=env@mtdblock1:env-redund@mtdblock2:boot@mtdblock3:rootfs@mtdblock4:extend@mtdblock5:rootfs_data@mtdblock6:UDISK@mtdblock7 coherent_pool=16K androidboot.hardware=sun8iw21p1 boot_type=3 androidboot.boot_type=3 gpt=1 mbr_offset=2080768 bootreason=unknow";*/
|
||||
|
||||
/* for OTA AB system:(kernel rootfs extend) */
|
||||
bootargs = "earlyprintk=sunxi-uart,0x02500000 clk_ignore_unused initcall_debug=0 console=ttyS0,115200 loglevel=8 lpj=240000 root=/dev/mtdblock4 rootwait init=/files/pseudo_init rdinit=/rdinit partitions=env@mtdblock1:env-redund@mtdblock2:boot@mtdblock3:rootfs@mtdblock4:extend@mtdblock5:recovery@mtdblock6:rootfs_data@mtdblock7:UDISK@mtdblock8 coherent_pool=16K androidboot.hardware=sun8iw21p1 boot_type=3 androidboot.boot_type=3 gpt=1 mbr_offset=2080768 bootreason=unknow";
|
||||
bootargs = "earlyprintk=sunxi-uart,0x02500000 clk_ignore_unused initcall_debug=0 console=ttyS0,115200 loglevel=1 lpj=240000 root=/dev/mtdblock4 rootwait init=/files/pseudo_init rdinit=/rdinit partitions=env@mtdblock1:env-redund@mtdblock2:boot@mtdblock3:rootfs@mtdblock4:extend@mtdblock5:recovery@mtdblock6:rootfs_data@mtdblock7:UDISK@mtdblock8 coherent_pool=16K androidboot.hardware=sun8iw21p1 boot_type=3 androidboot.boot_type=3 gpt=1 mbr_offset=2080768 bootreason=unknow";
|
||||
|
||||
/* for OTA AB system:(kernel rootfs extend) */
|
||||
/*bootargs = "earlyprintk=sunxi-uart,0x02500000 clk_ignore_unused initcall_debug=0 console=ttyS0,115200 loglevel=1 lpj=240000 root=/dev/mtdblock3 rootwait init=/files/pseudo_init rdinit=/rdinit partitions=boot@mtdblock1:boot_backup@mtdblock2:rootfs@mtdblock3:rootfs_backup@mtdblock4:extend@mtdblock5:extend_backup@mtdblock6:rootfs_data@mtdblock7:env@mtdblock8:UDISK@mtdblock9 coherent_pool=16K androidboot.hardware=sun8iw21p1 boot_type=3 androidboot.boot_type=3 gpt=1 mbr_offset=2080768 bootreason=unknow";*/
|
||||
@@ -126,7 +126,7 @@
|
||||
|
||||
memory@40000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x00000000 0x40000000 0x00000000 0x04000000>;
|
||||
reg = <0x00000000 0x40000000 0x00000000 0x08000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
@@ -385,7 +385,7 @@
|
||||
|
||||
sensor0:sensor@0 {
|
||||
device_type = "sensor0";
|
||||
sensor0_mname = "gc2053_mipi";
|
||||
sensor0_mname = "gc2083_mipi";
|
||||
sensor0_twi_cci_id = <1>;
|
||||
sensor0_twi_addr = <0x6e>;
|
||||
sensor0_mclk_id = <0>;
|
||||
@@ -402,8 +402,8 @@
|
||||
/* sensor0_dvdd-supply = <®_dldo2>; */
|
||||
/* sensor0_dvdd_vol = <1200000>; */
|
||||
/* sensor0_power_en = <>; */
|
||||
sensor0_reset = <&pio PA 10 1 0 1 0>;
|
||||
sensor0_pwdn = <&pio PA 11 1 0 1 0>;
|
||||
/* sensor0_reset = <&pio PA 10 1 0 1 0>; */
|
||||
sensor0_pwdn = <&pio PA 9 1 0 1 0>;
|
||||
sensor0_sm_hs = <>;
|
||||
sensor0_sm_vs = <>;
|
||||
sensor0_power_en = <>;
|
||||
@@ -941,16 +941,16 @@
|
||||
};
|
||||
|
||||
twi1_pins_a: twi1@0 {
|
||||
allwinner,pins = "PE2", "PE3";
|
||||
allwinner,pins = "PA6", "PA7";
|
||||
allwinner,pname = "twi1_scl", "twi1_sda";
|
||||
allwinner,function = "twi1";
|
||||
allwinner,muxsel = <8>;
|
||||
allwinner,muxsel = <4>;
|
||||
allwinner,drive = <1>;
|
||||
allwinner,pull = <1>;
|
||||
};
|
||||
|
||||
twi1_pins_b: twi1@1 {
|
||||
allwinner,pins = "PE2", "PE3";
|
||||
allwinner,pins = "PA6", "PA7";
|
||||
allwinner,function = "io_disabled";
|
||||
allwinner,muxsel = <0xf>;
|
||||
allwinner,drive = <1>;
|
||||
@@ -1135,16 +1135,16 @@
|
||||
};
|
||||
|
||||
csi_mclk0_pins_a: csi_mclk0@0 {
|
||||
allwinner,pins = "PE12";
|
||||
allwinner,pins = "PA10";
|
||||
allwinner,pname = "mipi_csi_mclk0";
|
||||
allwinner,function = "mipi_csi_mclk0";
|
||||
allwinner,muxsel = <5>;
|
||||
allwinner,muxsel = <4>;
|
||||
allwinner,drive = <2>;
|
||||
allwinner,pull = <0>;
|
||||
};
|
||||
|
||||
csi_mclk0_pins_b: csi_mclk0@1 {
|
||||
allwinner,pins = "PE12";
|
||||
allwinner,pins = "PA10";
|
||||
allwinner,pname = "mipi_csi_mclk0";
|
||||
allwinner,function = "io_disabled";
|
||||
allwinner,muxsel = <0xf>;
|
||||
|
||||
@@ -53,7 +53,7 @@ size = 16
|
||||
|
||||
[partition]
|
||||
name = rootfs
|
||||
size = 4352
|
||||
size = 10752
|
||||
downloadfile = "rootfs.fex"
|
||||
user_type = 0x8000
|
||||
|
||||
@@ -65,7 +65,7 @@ size = 16
|
||||
|
||||
[partition]
|
||||
name = recovery
|
||||
size = 4864
|
||||
size = 4992
|
||||
downloadfile = "recovery.fex"
|
||||
user_type = 0x8000
|
||||
|
||||
|
||||
@@ -114,29 +114,27 @@ jtag_di = port:PH12<3><default><default><default>
|
||||
;*****************************************************************************
|
||||
[dram_para]
|
||||
|
||||
dram_clk = 533
|
||||
dram_type = 2
|
||||
dram_zq = 0x7b7bf9
|
||||
dram_odt_en = 0x0
|
||||
dram_para1 = 0x00d2
|
||||
dram_clk = 936
|
||||
dram_type = 3
|
||||
dram_zq = 0x7b7bfb
|
||||
dram_odt_en = 0x1
|
||||
dram_para1 = 0x0010f2
|
||||
dram_para2 = 0x0
|
||||
dram_mr0 = 0xe73
|
||||
dram_mr1 = 0x02
|
||||
dram_mr2 = 0x0
|
||||
dram_mr0 = 0x1c70
|
||||
dram_mr1 = 0x42
|
||||
dram_mr2 = 0x18
|
||||
dram_mr3 = 0x0
|
||||
dram_tpr0 = 0x00471992
|
||||
dram_tpr1 = 0x0131a10c
|
||||
dram_tpr2 = 0x00057041
|
||||
dram_tpr3 = 0xb4787896
|
||||
dram_tpr4 = 0x0
|
||||
dram_tpr0 = 0x004A2195
|
||||
dram_tpr1 = 0x02423190
|
||||
dram_tpr2 = 0x0008B061
|
||||
dram_tpr3 = 0xB4787896
|
||||
dram_tpr4 = 0x1000
|
||||
dram_tpr5 = 0x48484848
|
||||
dram_tpr6 = 0x48
|
||||
dram_tpr7 = 0x1621121e
|
||||
dram_tpr8 = 0x0
|
||||
dram_tpr9 = 0x0
|
||||
dram_tpr10 = 0x00000000
|
||||
dram_tpr11 = 0x00000022
|
||||
dram_tpr12 = 0x00000077
|
||||
dram_tpr13 = 0x34000100
|
||||
|
||||
|
||||
dram_tpr10 = 0x0
|
||||
dram_tpr11 = 0x00120000
|
||||
dram_tpr12 = 0x00000057
|
||||
dram_tpr13 = 0x34080100
|
||||
|
||||
Reference in New Issue
Block a user