Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
530f1d41
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看板
提交
530f1d41
编写于
5月 10, 2012
作者:
S
Shawn Guo
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ARM: dts: enable audio support for imx28-evk
Signed-off-by:
N
Shawn Guo
<
shawn.guo@linaro.org
>
上级
2a96e391
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
64 addition
and
0 deletion
+64
-0
arch/arm/boot/dts/imx28-evk.dts
arch/arm/boot/dts/imx28-evk.dts
+41
-0
arch/arm/boot/dts/imx28.dtsi
arch/arm/boot/dts/imx28.dtsi
+23
-0
未找到文件。
arch/arm/boot/dts/imx28-evk.dts
浏览文件 @
530f1d41
...
...
@@ -41,10 +41,31 @@
};
apbx
@
80040000
{
saif0
:
saif
@
80042000
{
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
saif0_pins_a
>;
status
=
"okay"
;
};
saif1
:
saif
@
80046000
{
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
saif1_pins_a
>;
fsl
,
saif
-
master
=
<&
saif0
>;
status
=
"okay"
;
};
i2c0
:
i2c
@
80058000
{
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
i2c0_pins_a
>;
status
=
"okay"
;
sgtl5000
:
codec
@
0
a
{
compatible
=
"fsl,sgtl5000"
;
reg
=
<
0x0a
>;
VDDA
-
supply
=
<&
reg_3p3v
>;
VDDIO
-
supply
=
<&
reg_3p3v
>;
};
};
duart
:
serial
@
80074000
{
...
...
@@ -70,4 +91,24 @@
status
=
"okay"
;
};
};
regulators
{
compatible
=
"simple-bus"
;
reg_3p3v
:
3
p3v
{
compatible
=
"regulator-fixed"
;
regulator
-
name
=
"3P3V"
;
regulator
-
min
-
microvolt
=
<
3300000
>;
regulator
-
max
-
microvolt
=
<
3300000
>;
regulator
-
always
-
on
;
};
};
sound
{
compatible
=
"fsl,imx28-evk-sgtl5000"
,
"fsl,mxs-audio-sgtl5000"
;
model
=
"imx28-evk-sgtl5000"
;
saif
-
controllers
=
<&
saif0
&
saif1
>;
audio
-
codec
=
<&
sgtl5000
>;
};
};
arch/arm/boot/dts/imx28.dtsi
浏览文件 @
530f1d41
...
...
@@ -20,6 +20,8 @@
gpio2 = &gpio2;
gpio3 = &gpio3;
gpio4 = &gpio4;
saif0 = &saif0;
saif1 = &saif1;
};
cpus {
...
...
@@ -212,6 +214,23 @@
fsl,voltage = <1>;
fsl,pull-up = <1>;
};
saif0_pins_a: saif0@0 {
reg = <0>;
fsl,pinmux-ids =
<0x3140 0x3150 0x3160 0x3170>;
fsl,drive-strength = <2>;
fsl,voltage = <1>;
fsl,pull-up = <1>;
};
saif1_pins_a: saif1@0 {
reg = <0>;
fsl,pinmux-ids = <0x31a0>;
fsl,drive-strength = <2>;
fsl,voltage = <1>;
fsl,pull-up = <1>;
};
};
digctl@8001c000 {
...
...
@@ -319,8 +338,10 @@
};
saif0: saif@80042000 {
compatible = "fsl,imx28-saif";
reg = <0x80042000 2000>;
interrupts = <59 80>;
fsl,saif-dma-channel = <4>;
status = "disabled";
};
...
...
@@ -330,8 +351,10 @@
};
saif1: saif@80046000 {
compatible = "fsl,imx28-saif";
reg = <0x80046000 2000>;
interrupts = <58 81>;
fsl,saif-dma-channel = <5>;
status = "disabled";
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录