ANDROID: arm64: dts: hi3660-hikey960: Add i2s & sound device
Signed-off-by: Youlin Wang <wangyoulin1@hisilicon.com> Signed-off-by: Tanglei Han <hantanglei@huawei.com> Signed-off-by: Guangke Ji <jiguangke@huawei.com> Signed-off-by: Feng Chen <puck.chen@hisilicon.com> Signed-off-by: Kaihua Zhong <zhongkaihua@huawei.com> Signed-off-by: Jun Chen <chenjun14@huawei.com> Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Yiping Xu <xuyiping@hisilicon.com> Signed-off-by: Pengcheng Li <lipengcheng8@huawei.com> Cc: Wei Xu <xuwei5@hisilicon.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Signed-off-by: John Stultz <john.stultz@linaro.org> Bug: 146450171 Change-Id: I746999c06398779a5380c043a1fc7349f373694c
This commit is contained in:
parent
8da70a67f3
commit
538e9699eb
@ -230,6 +230,34 @@ hikey_usb_ep1: endpoint@1 {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
i2s2: hi3660_i2s {
|
||||
compatible = "hisilicon,hi3660-i2s-1.0";
|
||||
reg = <0x0 0xe804f800 0x0 0x400>,
|
||||
<0x0 0xe804e000 0x0 0x400>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2s2_pmx_func &i2s2_cfg_func>;
|
||||
dmas = <&asp_dmac 18 &asp_dmac 19>;
|
||||
dma-names = "rx", "tx";
|
||||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
sound {
|
||||
compatible = "simple-audio-card";
|
||||
simple-audio-card,name = "hikey-hdmi";
|
||||
simple-audio-card,format = "i2s";
|
||||
|
||||
simple-audio-card,bitclock-master = <&sound_master>;
|
||||
simple-audio-card,frame-master = <&sound_master>;
|
||||
|
||||
sound_master: simple-audio-card,cpu {
|
||||
sound-dai = <&i2s2>;
|
||||
};
|
||||
|
||||
simple-audio-card,codec {
|
||||
sound-dai = <&adv7533>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
@ -630,6 +658,7 @@ port@1 {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
&i2c7 {
|
||||
|
Loading…
Reference in New Issue
Block a user