summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/atlas7.dtsi
diff options
context:
space:
mode:
authorXiaofeng Fei <xiaofeng.fei@csr.com>2015-07-28 15:40:37 +0800
committerBarry Song <Baohua.Song@csr.com>2015-08-05 22:44:19 +0800
commitf3a19caa52ec8a5d27583a094f957d71e66b9afe (patch)
tree8141dbf2d3ceb83f24fe92464d7029e9efb7e80e /arch/arm/boot/dts/atlas7.dtsi
parentd015642e124ec3a90d1699293bbd2514f9b525ea (diff)
ARM: dts: atlas7: add multimedia codec node
this patch adds multimedia video codec node, and also fixes the ranges of its parent node. Signed-off-by: Xiaofeng Fei <xiaofeng.fei@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/boot/dts/atlas7.dtsi')
-rw-r--r--arch/arm/boot/dts/atlas7.dtsi10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi
index b872d129a311..5a98485a2f21 100644
--- a/arch/arm/boot/dts/atlas7.dtsi
+++ b/arch/arm/boot/dts/atlas7.dtsi
@@ -1371,7 +1371,8 @@
compatible = "arteris, flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
- ranges = <0x16000000 0x16000000 0x00200000>,
+ ranges = <0x15000000 0x15000000 0x00600000>,
+ <0x16000000 0x16000000 0x00200000>,
<0x17000000 0x17000000 0x10000>,
<0x17020000 0x17020000 0x1000>,
<0x17030000 0x17030000 0x1000>,
@@ -1383,6 +1384,13 @@
<0x17070200 0x17070200 0x100>,
<0x170A0000 0x170A0000 0x3000>;
+ multimedia@15000000 {
+ compatible = "sirf,atlas7-video-codec";
+ reg = <0x15000000 0x10000>;
+ interrupts = <0 5 0>;
+ clocks = <&car 102>;
+ };
+
mediam@170A0000 {
compatible = "sirf,nocfw-mediam";
reg = <0x170A0000 0x3000>;