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
Kirill Smelkov
linux
Commits
10a9ba05
Commit
10a9ba05
authored
Feb 28, 2012
by
Sascha Hauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM i.MX: Add phytec phycore-i.MX27 (aka pcm038) devicetree support
Signed-off-by:
Sascha Hauer
<
s.hauer@pengutronix.de
>
parent
9f0749e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
76 additions
and
0 deletions
+76
-0
arch/arm/boot/dts/imx27-phytec-phycore.dts
arch/arm/boot/dts/imx27-phytec-phycore.dts
+76
-0
No files found.
arch/arm/boot/dts/imx27-phytec-phycore.dts
0 → 100644
View file @
10a9ba05
/*
*
Copyright
2012
Sascha
Hauer
,
Pengutronix
*
*
The
code
contained
herein
is
licensed
under
the
GNU
General
Public
*
License
.
You
may
obtain
a
copy
of
the
GNU
General
Public
License
*
Version
2
or
later
at
the
following
locations
:
*
*
http
://
www
.
opensource
.
org
/
licenses
/
gpl
-
license
.
html
*
http
://
www
.
gnu
.
org
/
copyleft
/
gpl
.
html
*/
/
dts
-
v1
/;
/
include
/
"imx27.dtsi"
/
{
model
=
"Phytec pcm038"
;
compatible
=
"phytec,imx27-pcm038"
,
"fsl,imx27"
;
memory
{
reg
=
<
0x0
0x0
>;
};
soc
{
aipi
@
10000000
{
/*
aipi
*/
wdog
@
10002000
{
status
=
"okay"
;
};
uart
@
1000
a000
{
fsl
,
uart
-
has
-
rtscts
;
status
=
"okay"
;
};
uart
@
1000
b000
{
fsl
,
uart
-
has
-
rtscts
;
status
=
"okay"
;
};
uart
@
1000
c000
{
fsl
,
uart
-
has
-
rtscts
;
status
=
"okay"
;
};
fec
@
1002
b000
{
status
=
"okay"
;
};
i2c
@
1001
d000
{
clock
-
frequency
=
<
400000
>;
status
=
"okay"
;
at24
@
4
c
{
compatible
=
"at,24c32"
;
pagesize
=
<
32
>;
reg
=
<
0x52
>;
};
pcf8563
@
51
{
compatible
=
"nxp,pcf8563"
;
reg
=
<
0x51
>;
};
lm75
@
4
a
{
compatible
=
"national,lm75"
;
reg
=
<
0x4a
>;
};
};
};
};
nor_flash
@
c0000000
{
compatible
=
"cfi-flash"
;
bank
-
width
=
<
2
>;
reg
=
<
0xc0000000
0x02000000
>;
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
1
>;
};
};
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