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
28b696a5
Commit
28b696a5
authored
Sep 02, 2020
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed: accidentally used dts'es from rocko branch during DT optimization for various builds
parent
dcd02927
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
50 deletions
+41
-50
elphel393-common.dtsi
src/arch/arm/boot/dts/elphel393-common.dtsi
+28
-36
elphel393-zynq-base.dtsi
src/arch/arm/boot/dts/elphel393-zynq-base.dtsi
+13
-14
No files found.
src/arch/arm/boot/dts/elphel393-common.dtsi
View file @
28b696a5
...
...
@@ -118,43 +118,35 @@
};
};
ps7_smcc_0: ps7-smcc@e000e000 {
ps7_nand_0: ps7-nand@e1000000 {
compatible = "arm,pl353-nand-r2p1";
reg = < 0xe1000000 0x1000000 >;
/*arm,nand-clk-freq-hz = <0x5f5e100>;*/
arm,nand-width = <0x8>;
arm,nand-cycle-t0 = <0x4>;
arm,nand-cycle-t1 = <0x4>;
arm,nand-cycle-t2 = <0x1>;
arm,nand-cycle-t3 = <0x2>;
arm,nand-cycle-t4 = <0x2>;
arm,nand-cycle-t5 = <0x2>;
arm,nand-cycle-t6 = <0x4>;
#address-cells = <0x1>;
#size-cells = <0x1>;
partition@0 {
label = "u-boot-spl";
reg = <0x0 0x100000>;/*1MB for backup spl image(s)*/
smcc: memory-controller@e000e000 {
nand0: flash@e1000000 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot-spl";
reg = <0x0 0x100000>;/*1MB for backup spl image(s)*/
};
partition@1 {
label = "u-boot";
reg = <0x100000 0x400000>;/*4MB*/
};
partition@2 {
label = "device-tree";
reg = <0x500000 0x100000>;/*1MB*/
};
partition@3 {
label = "kernel";
reg = <0x600000 0x1000000>;/*16MB*/
};
partition@4 {
label = "rootfs";
/*reg = <0x1600000 0x10000000>;*/ /*256MB*/
reg = <0x1600000 0x14000000>; /*320MB*/
};
};
partition@1 {
label = "u-boot";
reg = <0x100000 0x400000>;/*4MB*/
};
partition@2 {
label = "device-tree";
reg = <0x500000 0x100000>;/*1MB*/
};
partition@3 {
label = "kernel";
reg = <0x600000 0x1000000>;/*16MB*/
};
partition@4 {
label = "rootfs";
/*reg = <0x1600000 0x10000000>;*/ /*256MB*/
reg = <0x1600000 0x14000000>; /*320MB*/
};
} ;
};
} ;
elphel_ahci: elphel-ahci@80000000 {
...
...
src/arch/arm/boot/dts/elphel393-zynq-base.dtsi
View file @
28b696a5
...
...
@@ -296,24 +296,23 @@
reg
=
<
0xf8001000
0x1000
>;
}
;
ps7_smcc_0
:
ps7
-
smcc
@
e000e000
{
#
address
-
cells
=
<
1
>;
smcc
:
memory
-
controller
@
e000e000
{
#
address
-
cells
=
<
2
>;
#
size
-
cells
=
<
1
>;
clock
-
names
=
"memclk"
,
"aclk"
;
clock
-
names
=
"memclk"
,
"a
pb_p
clk"
;
clocks
=
<&
clkc
11
>,
<&
clkc
44
>;
compatible
=
"arm,pl353-smc-r2p1"
;
compatible
=
"arm,pl353-smc-r2p1"
,
"arm,primecell"
;
interrupt
-
parent
=
<&
ps7_scugic_0
>;
interrupts
=
<
0
18
4
>;
ranges
;
reg
=
<
0xe000e000
0x1000
>;
arm
,
addr25
=
<
0x0
>;
arm
,
nor
-
chip
-
sel0
=
<
0x0
>;
arm
,
nor
-
chip
-
sel1
=
<
0x0
>;
arm
,
sram
-
chip
-
sel0
=
<
0x0
>;
arm
,
sram
-
chip
-
sel1
=
<
0x0
>;
ps7_nand_0
:
ps7
-
nand
@
e1000000
{
ranges
=
<
0x0
0x0
0xe1000000
0x1000000
//
Nand
CS
Region
0x1
0x0
0xe2000000
0x2000000
//
SRAM
/
NOR
CS
Region
0x2
0x0
0xe4000000
0x2000000
>;
//
SRAM
/
NOR
CS
Region
reg
=
<
0xe000e000
0x1000
>;
nand0
:
flash
@
e1000000
{
compatible
=
"arm,pl353-nand-r2p1"
;
reg
=
<
0xe1000000
0x1000000
>;
reg
=
<
0
0
0x1000000
>;
nand
-
ecc
-
mode
=
"on-die"
;
/*
arm
,
nand
-
clk
-
freq
-
hz
=
<
0x5f5e100
>;*/
arm
,
nand
-
width
=
<
0x8
>;
arm
,
nand
-
cycle
-
t0
=
<
0x4
>;
...
...
@@ -365,4 +364,4 @@
reg
=
<
0xe0002000
0x1000
>;
view
-
port
=
<
0x170
>;
}
;
}
;
}
;
\ No newline at end of file
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