Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
d3570fb2
Commit
d3570fb2
authored
Aug 02, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copied from rocko branch
parent
19f79c4a
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
677 additions
and
6 deletions
+677
-6
elphel393-bootargs-mmc.dtsi
src/arch/arm/boot/dts/elphel393-bootargs-mmc.dtsi
+1
-1
elphel393_1_mt9p006.dts
src/arch/arm/boot/dts/elphel393_1_mt9p006.dts
+1
-2
elphel393_4_lepton35.dts
src/arch/arm/boot/dts/elphel393_4_lepton35.dts
+334
-0
elphel393_4_mt9p006.dts
src/arch/arm/boot/dts/elphel393_4_mt9p006.dts
+7
-3
elphel393_4_mt9p006_revB.dts
src/arch/arm/boot/dts/elphel393_4_mt9p006_revB.dts
+334
-0
No files found.
src/arch/arm/boot/dts/elphel393-bootargs-mmc.dtsi
View file @
d3570fb2
/**/
/ {
chosen {
bootargs = "earlycon cma=336M root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4";
bootargs = "earlycon cma=336M root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4
debug
";
stdout-path = "serial0:115200n8";
};
};
src/arch/arm/boot/dts/elphel393_1_mt9p006.dts
View file @
d3570fb2
...
...
@@ -152,8 +152,7 @@
};
partition@4 {
label = "rootfs";
/* reg = <0x1600000 0x10000000>;*/ /*256MB*/
reg = <0x1600000 0x14000000>; /*320MB*/
reg = <0x1600000 0x10000000>;/*256MB*/
};
} ;
} ;
...
...
src/arch/arm/boot/dts/elphel393_4_lepton35.dts
0 → 100644
View file @
d3570fb2
This diff is collapsed.
Click to expand it.
src/arch/arm/boot/dts/elphel393_4_mt9p006.dts
View file @
d3570fb2
...
...
@@ -152,8 +152,7 @@
};
partition@4 {
label = "rootfs";
/* reg = <0x1600000 0x10000000>;*/ /*256MB*/
reg = <0x1600000 0x14000000>; /*320MB*/
reg = <0x1600000 0x10000000>;/*256MB*/
};
} ;
} ;
...
...
@@ -285,7 +284,8 @@
"pca9500_eeprom 0x50 1 1 100",
"sensor_eeprom 0x50 1 1 100",
"sensor_temp 0x18 1 2 100",
"cy22393 0x69 1 1 100";
"cy22393 0x69 1 1 100",
"lepton35 0x2a 2 2 500";
} ;
framepars_operations: elphel393-framepars@0 {
...
...
@@ -308,6 +308,10 @@
compatible = "elphel,elphel393-mt9f002-1.00";
};
elphel393_lepton: elphel393-lepton@0 {
compatible = "elphel,elphel393-lepton-1.00";
};
elphel393_clock10359:elphel393-clock10359@0{
compatible = "elphel,elphel393_clock10359-1.00";
};
...
...
src/arch/arm/boot/dts/elphel393_4_mt9p006_revB.dts
0 → 100644
View file @
d3570fb2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment