Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
004a3122
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
004a3122
编写于
5月 31, 2013
作者:
N
Nicolas Ferre
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ARM: at91: switch Fox G20 board .dts to pre-processor defines
Signed-off-by:
N
Nicolas Ferre
<
nicolas.ferre@atmel.com
>
上级
2515e8bb
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
8 addition
and
8 deletion
+8
-8
arch/arm/boot/dts/at91-foxg20.dts
arch/arm/boot/dts/at91-foxg20.dts
+8
-8
未找到文件。
arch/arm/boot/dts/at91-foxg20.dts
浏览文件 @
004a3122
...
...
@@ -8,7 +8,7 @@
*
Licensed
under
GPLv2
or
later
.
*/
/
dts
-
v1
/;
/
include
/
"at91sam9g20.dtsi"
#
include
"at91sam9g20.dtsi"
/
{
model
=
"Acme Systems FoxG20"
;
...
...
@@ -36,7 +36,7 @@
ahb
{
apb
{
usb1
:
gadget
@
fffa4000
{
atmel
,
vbus
-
gpio
=
<&
pioC
6
0
>;
atmel
,
vbus
-
gpio
=
<&
pioC
6
GPIO_ACTIVE_HIGH
>;
status
=
"okay"
;
};
...
...
@@ -95,22 +95,22 @@
board
{
pinctrl_pck0_as_mck
:
pck0_as_mck
{
atmel
,
pins
=
<
2
1
0x2
0x0
>;
/*
PC1
periph
B
*/
<
AT91_PIOC
1
AT91_PERIPH_B
AT91_PINCTRL_NONE
>;
};
};
mmc0_slot1
{
pinctrl_board_mmc0_slot1
:
mmc0_slot1
-
board
{
atmel
,
pins
=
<
2
9
0x0
0x5
>;
/*
PC9
gpio
CD
pin
pull
up
and
deglitch
*/
<
AT91_PIOC
9
AT91_PERIPH_GPIO
AT91_PINCTRL_PULL_UP_DEGLITCH
>;
/*
CD
pin
*/
};
};
i2c0
{
pinctrl_i2c0
:
i2c0
-
0
{
atmel
,
pins
=
<
0
23
0x1
0x2
/*
TWD
(
SDA
)
PA23
periph
A
,
open
drain
*/
0
24
0x1
0x2
>;
/*
TWCK
(
SCL
)
PA24
periph
A
,
open
drain
*/
<
AT91_PIOA
23
AT91_PERIPH_A
AT91_PINCTRL_MULTI_DRIVE
/*
TWD
(
SDA
)
,
open
drain
*/
AT91_PIOA
24
AT91_PERIPH_A
AT91_PINCTRL_MULTI_DRIVE
>;
/*
TWCK
(
SCL
)
,
open
drain
*/
};
};
};
...
...
@@ -139,7 +139,7 @@
/*
red
LED
marked
"PC7"
near
mini
USB
(
device
)
receptacle
*/
user_led
{
label
=
"user_led"
;
gpios
=
<&
pioC
7
0
>;
/*
PC7
*/
gpios
=
<&
pioC
7
GPIO_ACTIVE_HIGH
>;
/*
PC7
*/
linux
,
default
-
trigger
=
"heartbeat"
;
};
};
...
...
@@ -149,7 +149,7 @@
btn
{
label
=
"Button"
;
gpios
=
<&
pioC
4
1
>;
gpios
=
<&
pioC
4
GPIO_ACTIVE_LOW
>;
linux
,
code
=
<
0x103
>;
gpio
-
key
,
wakeup
;
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录