Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
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
meta-elphel393
Commits
e8c6e139
Commit
e8c6e139
authored
Feb 17, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated driver names in dt's
parent
0caacc5c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
elphel393.dts
conf/machine/boards/elphel393/elphel393.dts
+5
-5
microzed.dtsi
conf/machine/boards/microzed/microzed.dtsi
+5
-1
elphel393.cfg
recipes-kernel/linux/config/elphel393.cfg
+3
-1
No files found.
conf/machine/boards/elphel393/elphel393.dts
View file @
e8c6e139
...
...
@@ -89,7 +89,7 @@
reg
=
<
0xf800b000
0x1000
>;
}
;
ps7_ddrc_0
:
ps7
-
ddrc
@
f8006000
{
compatible
=
"xlnx,zynq-ddrc-
1.0"
,
"xlnx,ps7-ddrc-1.00.a"
,
"xlnx,ps7-ddrc
"
;
compatible
=
"xlnx,zynq-ddrc-
a05
"
;
reg
=
<
0xf8006000
0x1000
>;
xlnx
,
has
-
ecc
=
<
0x0
>;
}
;
...
...
@@ -387,9 +387,9 @@
ps7_smcc_0: ps7-smcc@e000e000 {
#address-cells = <1>;
#size-cells = <1>;
clock-names = "
ref_clk", "aper_
clk";
clock-names = "
memclk", "a
clk";
clocks = <&clkc 11>, <&clkc 44>;
compatible = "
xlnx,ps7-smcc-1.00.a", "xlnx,ps7-smc
";
compatible = "
arm,pl353-smc-r2p1
";
interrupt-parent = <&ps7_scugic_0>;
interrupts = < 0 18 4 >;
ranges ;
...
...
@@ -400,7 +400,7 @@
xlnx,sram-chip-sel0 = <0x0>;
xlnx,sram-chip-sel1 = <0x0>;
ps7_nand_0: ps7-nand@e1000000 {
compatible = "
xlnx,ps7-nand-1.00.a
";
compatible = "
arm,pl353-nand-r2p1
";
reg = < 0xe1000000 0x1000000 >;
xlnx,nand-clk-freq-hz = <0x5f5e100>;
xlnx,nand-width = <0x8>;
...
...
conf/machine/boards/microzed/microzed.dtsi
View file @
e8c6e139
...
...
@@ -55,7 +55,11 @@
xlnx
,
phy
-
reset
-
gpio
=
<&
ps7_gpio_0
7
0
>;
/*
MIO
USB
PHY
Reset
*/
usb
-
phy
=
<&
usb0_phy
>;
}
;
ps7_ddrc_0
:
ps7
-
ddrc
@
f8006000
{
compatible
=
"xlnx,zynq-ddrc-a05"
;
reg
=
<
0xf8006000
0x1000
>;
xlnx
,
has
-
ecc
=
<
0x0
>;
}
;
ps7_sd_0
:
ps7
-
sdio
@
e0100000
{
wp
-
inverted
;
}
;
...
...
recipes-kernel/linux/config/elphel393.cfg
View file @
e8c6e139
...
...
@@ -20,3 +20,5 @@ CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_MAX is not set
CONFIG_CMA_ALIGNMENT=8
#CONFIG_CMA_AREAS=7 #obsolete
CONFIG_MTD_TESTS=y
\ 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