Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
e61c10e4
Commit
e61c10e4
authored
Apr 07, 2016
by
Rich Felker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: add device tree source for J2 FPGA on Mimas v2 board
Signed-off-by:
Rich Felker
<
dalias@libc.org
>
parent
c8e67a85
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
96 additions
and
0 deletions
+96
-0
arch/sh/boot/dts/j2_mimas_v2.dts
arch/sh/boot/dts/j2_mimas_v2.dts
+96
-0
No files found.
arch/sh/boot/dts/j2_mimas_v2.dts
0 → 100755
View file @
e61c10e4
/
dts
-
v1
/;
/
{
compatible
=
"jcore,j2-soc"
;
model
=
"J2 FPGA SoC on Mimas v2 board"
;
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
1
>;
interrupt
-
parent
=
<&
aic
>;
cpus
{
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
0
>;
cpu
@
0
{
device_type
=
"cpu"
;
compatible
=
"jcore,j2"
;
reg
=
<
0
>;
clock
-
frequency
=
<
50000000
>;
d
-
cache
-
size
=
<
8192
>;
i
-
cache
-
size
=
<
8192
>;
d
-
cache
-
block
-
size
=
<
16
>;
i
-
cache
-
block
-
size
=
<
16
>;
};
};
memory
@
10000000
{
device_type
=
"memory"
;
reg
=
<
0x10000000
0x4000000
>;
};
aliases
{
serial0
=
&
uart0
;
spi0
=
&
spi0
;
};
chosen
{
stdout
-
path
=
"serial0"
;
};
soc
@
abcd0000
{
compatible
=
"simple-bus"
;
ranges
=
<
0
0xabcd0000
0x100000
>;
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
1
>;
aic
:
interrupt
-
controller
@
200
{
compatible
=
"jcore,aic1"
;
reg
=
<
0x200
0x10
>;
interrupt
-
controller
;
#
interrupt
-
cells
=
<
1
>;
};
cache
-
controller
@
c0
{
compatible
=
"jcore,cache"
;
reg
=
<
0xc0
4
>;
};
timer
@
200
{
compatible
=
"jcore,pit"
;
reg
=
<
0x200
0x30
>;
interrupts
=
<
0x48
>;
};
spi0
:
spi
@
40
{
compatible
=
"jcore,spi2"
;
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
0
>;
spi
-
max
-
frequency
=
<
25000000
>;
reg
=
<
0x40
0x8
>;
sdcard
@
0
{
compatible
=
"mmc-spi-slot"
;
reg
=
<
0
>;
spi
-
max
-
frequency
=
<
25000000
>;
voltage
-
ranges
=
<
3200
3400
>;
mode
=
<
0
>;
};
};
uart0
:
serial
@
100
{
clock
-
frequency
=
<
125000000
>;
compatible
=
"xlnx,xps-uartlite-1.00.a"
;
current
-
speed
=
<
19200
>;
device_type
=
"serial"
;
interrupts
=
<
0x12
>;
port
-
number
=
<
0
>;
reg
=
<
0x100
0x10
>;
};
};
};
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