summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/atlas7.dtsi
AgeCommit message (Collapse)Author
2015-08-05ARM: dts: atlas7: put pinctl property to get pinmux for NANDHuayi Li
Nand controller often share some pins with sd/mmc controller on atlas and prima series, nand node can be disabled if the pins are used by sd/mmc controller. Signed-off-by: Huayi Li <huayi.li@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
2015-08-05ARM: dts: atlas7: add software digital radio nodes and its DMA channelsYonghui Zhang
this patch adds SDR(software digital raio) nodes and the DMA channels for it. Signed-off-by: Yonghui Zhang <yonghui.zhang@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
2015-08-05ARM: dts: atlas7: add lost PWM nodeGuo Zeng
this patch adds lost PWM node, and also fixes the ranges of its parent node. Signed-off-by: Guo Zeng <guo.zeng@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
2015-08-05ARM: dts: atlas7: add lost G2D nodeDongli Li
this patch adds lost G2D node, and also fixes the range of its parent node. Signed-off-by: Dongli Li <Kasin.Li@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
2015-08-05ARM: dts: atlas7: add multimedia codec nodeXiaofeng Fei
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>
2015-08-05ARM: dts: atlas7: add alias name for spi deviceQipan Li
spi framework can use alias name of spi device to retrieve the bus id, so bus id will not be dynamical but statical and it will be easier for test for a specified spi device with a fixed name like use spidev. Signed-off-by: Qipan Li <Qipan.Li@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
2015-08-05ARM: dts: atlas7: add lost gmac nodeYe He
this patch adds lost ethernet gmac node, and also fix the ranges of its parent node. Signed-off-by: Ye He <ye.he@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
2015-08-05ARM: dts: atlas7: add performance monitor unit nodeYe He
Signed-off-by: Ye He <ye.he@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
2015-08-05ARM: dts: atlas7: add lost jpeg nodeLily.Li
this patch adds lost jpeg node, and also fix the ranges of its parent node. Signed-off-by: Lily.Li <Lily.Li@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
2015-07-08Merge tag 'atlas7-pinctrl-dts-for-4.2' of ↵Kevin Hilman
git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux into fixes Merge "CSR atlas7 pinctrl descriptions for 4.2" from Barry Song: add atlas7 pinctrl dts stuff add atlas7 pin groups and gpio/pin mapping descriptions * tag 'atlas7-pinctrl-dts-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux: ARM: dts: atlas7: add pinctrl and gpio descriptions
2015-06-10ARM: dts: atlas7: add pinctrl and gpio descriptionsWei Chen
This patch adds pinctrl and gpio stuff according to the atlas7 pinctrl driver. Signed-off-by: Wei Chen <Wei.Chen@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
2015-05-20ARM: dts: atlas7: add fixed frequency clocks in car nodeGuo Zeng
This patch adds the fixed clocks of external crystal oscillators. Signed-off-by: Guo Zeng <Guo.Zeng@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> [sboyd@codeaurora.org: Remove size-cells/address-cells] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-01-13ARM: dts: add init dts file for CSR atlas7 SoCZhiwu Song
CSR atlas7 uses Network on Chip(NoC) bus architecture, there are dozens of MARCOs, in each MARCO, there are dozens of hardware modules. Signed-off-by: Zhiwu Song <Zhiwu.Song@csr.com> Signed-off-by: Hao Liu <Hao.Liu@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Acked-by: Arnd Bergmann <arnd@arndb.de>