Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
282ce32e
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 2 年 前同步成功
通知
173
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
282ce32e
编写于
11月 25, 2013
作者:
T
Tony Lindgren
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'omap-for-v3.14/dt' into omap-for-v3.14/board-removal
上级
f19f8d8e
bd5fc6fa
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
343 addition
and
0 deletion
+343
-0
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/Makefile
+5
-0
arch/arm/boot/dts/omap2420-n800.dts
arch/arm/boot/dts/omap2420-n800.dts
+8
-0
arch/arm/boot/dts/omap2420-n810-wimax.dts
arch/arm/boot/dts/omap2420-n810-wimax.dts
+8
-0
arch/arm/boot/dts/omap2420-n810.dts
arch/arm/boot/dts/omap2420-n810.dts
+8
-0
arch/arm/boot/dts/omap2420-n8x0-common.dtsi
arch/arm/boot/dts/omap2420-n8x0-common.dtsi
+34
-0
arch/arm/boot/dts/omap2430-sdp.dts
arch/arm/boot/dts/omap2430-sdp.dts
+49
-0
arch/arm/boot/dts/omap3-ldp.dts
arch/arm/boot/dts/omap3-ldp.dts
+231
-0
未找到文件。
arch/arm/boot/dts/Makefile
浏览文件 @
282ce32e
...
@@ -173,12 +173,17 @@ dtb-$(CONFIG_ARCH_NSPIRE) += nspire-cx.dtb \
...
@@ -173,12 +173,17 @@ dtb-$(CONFIG_ARCH_NSPIRE) += nspire-cx.dtb \
nspire-tp.dtb
\
nspire-tp.dtb
\
nspire-clp.dtb
nspire-clp.dtb
dtb-$(CONFIG_ARCH_OMAP2PLUS)
+=
omap2420-h4.dtb
\
dtb-$(CONFIG_ARCH_OMAP2PLUS)
+=
omap2420-h4.dtb
\
omap2430-sdp.dtb
\
omap2420-n800.dtb
\
omap2420-n810.dtb
\
omap2420-n810-wimax.dtb
\
omap3430-sdp.dtb
\
omap3430-sdp.dtb
\
omap3-beagle.dtb
\
omap3-beagle.dtb
\
omap3-devkit8000.dtb
\
omap3-devkit8000.dtb
\
omap3-beagle-xm.dtb
\
omap3-beagle-xm.dtb
\
omap3-evm.dtb
\
omap3-evm.dtb
\
omap3-evm-37xx.dtb
\
omap3-evm-37xx.dtb
\
omap3-ldp.dtb
\
omap3-n900.dtb
\
omap3-n900.dtb
\
omap3-n9.dtb
\
omap3-n9.dtb
\
omap3-n950.dtb
\
omap3-n950.dtb
\
...
...
arch/arm/boot/dts/omap2420-n800.dts
0 → 100644
浏览文件 @
282ce32e
/
dts
-
v1
/;
#
include
"omap2420-n8x0-common.dtsi"
/
{
model
=
"Nokia N800"
;
compatible
=
"nokia,n800"
,
"nokia,n8x0"
,
"ti,omap2420"
,
"ti,omap2"
;
};
arch/arm/boot/dts/omap2420-n810-wimax.dts
0 → 100644
浏览文件 @
282ce32e
/
dts
-
v1
/;
#
include
"omap2420-n8x0-common.dtsi"
/
{
model
=
"Nokia N810 WiMax"
;
compatible
=
"nokia,n810-wimax"
,
"nokia,n8x0"
,
"ti,omap2420"
,
"ti,omap2"
;
};
arch/arm/boot/dts/omap2420-n810.dts
0 → 100644
浏览文件 @
282ce32e
/
dts
-
v1
/;
#
include
"omap2420-n8x0-common.dtsi"
/
{
model
=
"Nokia N810"
;
compatible
=
"nokia,n810"
,
"nokia,n8x0"
,
"ti,omap2420"
,
"ti,omap2"
;
};
arch/arm/boot/dts/omap2420-n8x0-common.dtsi
0 → 100644
浏览文件 @
282ce32e
#include "omap2420.dtsi"
/ {
memory {
device_type = "memory";
reg = <0x80000000 0x8000000>; /* 128 MB */
};
ocp {
i2c@0 {
compatible = "i2c-cbus-gpio";
gpios = <&gpio3 2 0 /* gpio66 clk */
&gpio3 1 0 /* gpio65 dat */
&gpio3 0 0 /* gpio64 sel */
>;
#address-cells = <1>;
#size-cells = <0>;
retu_mfd: retu@1 {
compatible = "retu-mfd";
interrupt-parent = <&gpio4>;
interrupts = <12 IRQ_TYPE_EDGE_RISING>;
reg = <0x1>;
};
};
};
};
&i2c1 {
clock-frequency = <400000>;
};
&i2c2 {
clock-frequency = <400000>;
};
arch/arm/boot/dts/omap2430-sdp.dts
0 → 100644
浏览文件 @
282ce32e
/*
*
Copyright
(
C
)
2013
Texas
Instruments
Incorporated
-
http
://
www
.
ti
.
com
/
*
*
This
program
is
free
software
;
you
can
redistribute
it
and
/
or
modify
*
it
under
the
terms
of
the
GNU
General
Public
License
version
2
as
*
published
by
the
Free
Software
Foundation
.
*/
/
dts
-
v1
/;
#
include
"omap2430.dtsi"
/
{
model
=
"TI OMAP2430 SDP"
;
compatible
=
"ti,omap2430-sdp"
,
"ti,omap2430"
,
"ti,omap2"
;
memory
{
device_type
=
"memory"
;
reg
=
<
0x80000000
0x8000000
>;
/*
128
MB
*/
};
};
&
i2c2
{
clock
-
frequency
=
<
100000
>;
twl
:
twl
@
48
{
reg
=
<
0x48
>;
interrupts
=
<
7
>;
/*
SYS_NIRQ
cascaded
to
intc
*/
};
};
#
include
"twl4030.dtsi"
&
mmc1
{
vmmc
-
supply
=
<&
vmmc1
>;
bus
-
width
=
<
4
>;
};
&
gpmc
{
ranges
=
<
5
0
0x08000000
0x01000000
>;
ethernet
@
gpmc
{
compatible
=
"smsc,lan91c94"
;
interrupt
-
parent
=
<&
gpio5
>;
interrupts
=
<
21
IRQ_TYPE_LEVEL_LOW
>;
/*
gpio149
*/
reg
=
<
5
0x300
0xf
>;
bank
-
width
=
<
2
>;
gpmc
,
mux
-
add
-
data
;
};
};
arch/arm/boot/dts/omap3-ldp.dts
0 → 100644
浏览文件 @
282ce32e
/*
*
Copyright
(
C
)
2013
Texas
Instruments
Incorporated
-
http
://
www
.
ti
.
com
/
*
*
This
program
is
free
software
;
you
can
redistribute
it
and
/
or
modify
*
it
under
the
terms
of
the
GNU
General
Public
License
version
2
as
*
published
by
the
Free
Software
Foundation
.
*/
/
dts
-
v1
/;
#
include
"omap34xx.dtsi"
#
include
"omap-gpmc-smsc911x.dtsi"
/
{
model
=
"TI OMAP3430 LDP (Zoom1 Labrador)"
;
compatible
=
"ti,omap3-ldp"
,
"ti,omap3"
;
memory
{
device_type
=
"memory"
;
reg
=
<
0x80000000
0x8000000
>;
/*
128
MB
*/
};
cpus
{
cpu
@
0
{
cpu0
-
supply
=
<&
vcc
>;
};
};
gpio_keys
{
compatible
=
"gpio-keys"
;
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
gpio_key_pins
>;
key_enter
{
label
=
"enter"
;
gpios
=
<&
gpio4
5
GPIO_ACTIVE_LOW
>;
/*
gpio101
*/
linux
,
code
=
<
0x0107001c
>;
/*
KEY_ENTER
*/
gpio
-
key
,
wakeup
;
};
key_f1
{
label
=
"f1"
;
gpios
=
<&
gpio4
6
GPIO_ACTIVE_LOW
>;
/*
gpio102
*/
linux
,
code
=
<
0x0303003b
>;
/*
KEY_F1
*/
gpio
-
key
,
wakeup
;
};
key_f2
{
label
=
"f2"
;
gpios
=
<&
gpio4
7
GPIO_ACTIVE_LOW
>;
/*
gpio103
*/
linux
,
code
=
<
0x0403003c
>;
/*
KEY_F2
*/
gpio
-
key
,
wakeup
;
};
key_f3
{
label
=
"f3"
;
gpios
=
<&
gpio4
8
GPIO_ACTIVE_LOW
>;
/*
gpio104
*/
linux
,
code
=
<
0x0503003d
>;
/*
KEY_F3
*/
gpio
-
key
,
wakeup
;
};
key_f4
{
label
=
"f4"
;
gpios
=
<&
gpio4
9
GPIO_ACTIVE_LOW
>;
/*
gpio105
*/
linux
,
code
=
<
0x0704003e
>;
/*
KEY_F4
*/
gpio
-
key
,
wakeup
;
};
key_left
{
label
=
"left"
;
gpios
=
<&
gpio4
10
GPIO_ACTIVE_LOW
>;
/*
gpio106
*/
linux
,
code
=
<
0x04070069
>;
/*
KEY_LEFT
*/
gpio
-
key
,
wakeup
;
};
key_right
{
label
=
"right"
;
gpios
=
<&
gpio4
11
GPIO_ACTIVE_LOW
>;
/*
gpio107
*/
linux
,
code
=
<
0x0507006a
>;
/*
KEY_RIGHT
*/
gpio
-
key
,
wakeup
;
};
key_up
{
label
=
"up"
;
gpios
=
<&
gpio4
12
GPIO_ACTIVE_LOW
>;
/*
gpio108
*/
linux
,
code
=
<
0x06070067
>;
/*
KEY_UP
*/
gpio
-
key
,
wakeup
;
};
key_down
{
label
=
"down"
;
gpios
=
<&
gpio4
13
GPIO_ACTIVE_LOW
>;
/*
gpio109
*/
linux
,
code
=
<
0x0707006c
>;
/*
KEY_DOWN
*/
gpio
-
key
,
wakeup
;
};
};
};
&
gpmc
{
ranges
=
<
0
0
0x00000000
0x01000000
>,
<
1
0
0x08000000
0x01000000
>;
nand
@
0
,
0
{
linux
,
mtd
-
name
=
"micron,nand"
;
reg
=
<
0
0
0
>;
nand
-
bus
-
width
=
<
16
>;
ti
,
nand
-
ecc
-
opt
=
"bch8"
;
gpmc
,
sync
-
clk
-
ps
=
<
0
>;
gpmc
,
cs
-
on
-
ns
=
<
0
>;
gpmc
,
cs
-
rd
-
off
-
ns
=
<
44
>;
gpmc
,
cs
-
wr
-
off
-
ns
=
<
44
>;
gpmc
,
adv
-
on
-
ns
=
<
6
>;
gpmc
,
adv
-
rd
-
off
-
ns
=
<
34
>;
gpmc
,
adv
-
wr
-
off
-
ns
=
<
44
>;
gpmc
,
we
-
off
-
ns
=
<
40
>;
gpmc
,
oe
-
off
-
ns
=
<
54
>;
gpmc
,
access
-
ns
=
<
64
>;
gpmc
,
rd
-
cycle
-
ns
=
<
82
>;
gpmc
,
wr
-
cycle
-
ns
=
<
82
>;
gpmc
,
wr
-
access
-
ns
=
<
40
>;
gpmc
,
wr
-
data
-
mux
-
bus
-
ns
=
<
0
>;
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
1
>;
partition
@
0
{
label
=
"X-Loader"
;
reg
=
<
0
0x80000
>;
};
partition
@
80000
{
label
=
"U-Boot"
;
reg
=
<
0x80000
0x140000
>;
};
partition
@
1
c0000
{
label
=
"Environment"
;
reg
=
<
0x1c0000
0x40000
>;
};
partition
@
200000
{
label
=
"Kernel"
;
reg
=
<
0x200000
0x1e00000
>;
};
partition
@
2000000
{
label
=
"Filesystem"
;
reg
=
<
0x2000000
0xe000000
>;
};
};
ethernet
@
gpmc
{
interrupt
-
parent
=
<&
gpio5
>;
interrupts
=
<
24
IRQ_TYPE_LEVEL_LOW
>;
reg
=
<
1
0
0xff
>;
};
};
&
i2c1
{
clock
-
frequency
=
<
2600000
>;
twl
:
twl
@
48
{
reg
=
<
0x48
>;
interrupts
=
<
7
>;
/*
SYS_NIRQ
cascaded
to
intc
*/
interrupt
-
parent
=
<&
intc
>;
};
};
#
include
"twl4030.dtsi"
#
include
"twl4030_omap3.dtsi"
&
i2c2
{
clock
-
frequency
=
<
400000
>;
};
&
i2c3
{
clock
-
frequency
=
<
400000
>;
};
&
mmc1
{
vmmc
-
supply
=
<&
vmmc1
>;
bus
-
width
=
<
4
>;
};
&
omap3_pmx_core
{
gpio_key_pins
:
pinmux_gpio_key_pins
{
pinctrl
-
single
,
pins
=
<
0xea
(
PIN_INPUT
|
MUX_MODE4
)
/*
cam_d2
.
gpio_101
*/
0xec
(
PIN_INPUT
|
MUX_MODE4
)
/*
cam_d3
.
gpio_102
*/
0xee
(
PIN_INPUT
|
MUX_MODE4
)
/*
cam_d4
.
gpio_103
*/
0xf0
(
PIN_INPUT
|
MUX_MODE4
)
/*
cam_d5
.
gpio_104
*/
0xf2
(
PIN_INPUT
|
MUX_MODE4
)
/*
cam_d6
.
gpio_105
*/
0xf4
(
PIN_INPUT
|
MUX_MODE4
)
/*
cam_d7
.
gpio_106
*/
0xf6
(
PIN_INPUT
|
MUX_MODE4
)
/*
cam_d8
.
gpio_107
*/
0xf8
(
PIN_INPUT
|
MUX_MODE4
)
/*
cam_d9
.
gpio_108
*/
0xfa
(
PIN_INPUT
|
MUX_MODE4
)
/*
cam_d10
.
gpio_109
*/
>;
};
musb_pins
:
pinmux_musb_pins
{
pinctrl
-
single
,
pins
=
<
0x172
(
PIN_INPUT
|
MUX_MODE0
)
/*
hsusb0_clk
.
hsusb0_clk
*/
0x17a
(
PIN_INPUT
|
MUX_MODE0
)
/*
hsusb0_data0
.
hsusb0_data0
*/
0x17c
(
PIN_INPUT
|
MUX_MODE0
)
/*
hsusb0_data1
.
hsusb0_data1
*/
0x17e
(
PIN_INPUT
|
MUX_MODE0
)
/*
hsusb0_data2
.
hsusb0_data2
*/
0x180
(
PIN_INPUT
|
MUX_MODE0
)
/*
hsusb0_data3
.
hsusb0_data3
*/
0x182
(
PIN_INPUT
|
MUX_MODE0
)
/*
hsusb0_data4
.
hsusb0_data4
*/
0x184
(
PIN_INPUT
|
MUX_MODE0
)
/*
hsusb0_data5
.
hsusb0_data5
*/
0x186
(
PIN_INPUT
|
MUX_MODE0
)
/*
hsusb0_data6
.
hsusb0_data6
*/
0x188
(
PIN_INPUT
|
MUX_MODE0
)
/*
hsusb0_data7
.
hsusb0_data7
*/
0x176
(
PIN_INPUT
|
MUX_MODE0
)
/*
hsusb0_dir
.
hsusb0_dir
*/
0x178
(
PIN_INPUT
|
MUX_MODE0
)
/*
hsusb0_nxt
.
hsusb0_nxt
*/
0x174
(
PIN_OUTPUT
|
MUX_MODE0
)
/*
hsusb0_stp
.
hsusb0_stp
*/
>;
};
};
&
usb_otg_hs
{
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
musb_pins
>;
interface
-
type
=
<
0
>;
usb
-
phy
=
<&
usb2_phy
>;
mode
=
<
3
>;
power
=
<
50
>;
};
&
vaux1
{
/*
Needed
for
ads7846
*/
regulator
-
name
=
"vcc"
;
};
&
vpll2
{
/*
Needed
for
DSS
*/
regulator
-
name
=
"vdds_dsi"
;
};
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录