diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-17 12:36:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-17 12:36:52 -0500 |
commit | a233bb742aed62fc6164073d9835135f639b8828 (patch) | |
tree | 4cec22b707a29a52f9946da6393c9580221d0a6e /arch/arm/boot/dts/atlas7-evb.dts | |
parent | 878ba61aa98cbb97a513757800e77613f856a029 (diff) | |
parent | 880c0d140deb12d5be39a96375fcc42ad357f17d (diff) |
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC DT updates from Olof Johansson:
"DT changes continue to be the bulk of our merge window contents.
We continue to have a large set of changes across the board as new
platforms and drivers are added.
Some of the new platforms are:
- Alphascale ASM9260
- Marvell Armada 388
- CSR Atlas7
- TI Davinci DM816x
- Hisilicon HiP01
- ST STiH418
There have also been some sweeping changes, including relicensing of
DTS contents from GPL to GPLv2+/X11 so that the same files can be
reused in other non-GPL projects more easily. There's also been
changes to the DT Makefile to make it a little less conflict-ridden
and churny down the road"
* tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (330 commits)
ARM: dts: Add PPMU node for exynos4412-trats2
ARM: dts: Add PPMU node for exynos3250-monk and exynos3250-rinato
ARM: dts: Add PPMU dt node for exynos4 and exynos4210
ARM: dts: Add PPMU dt node for exynos3250
ARM: dts: add mipi dsi device node for exynos4415
ARM: dts: add fimd device node for exynos4415
ARM: dts: Add syscon phandle to the video-phy node for Exynos4
ARM: dts: Add sound nodes for exynos4412-trats2
ARM: dts: Fix CLK_MOUT_CAMn parent clocks assignment for exynos4412-trats2
ARM: dts: Fix CLK_UART_ISP_SCLK clock assignment in exynos4x12.dtsi
ARM: dts: Add max77693 charger node for exynos4412-trats2
ARM: dts: Switch max77686 regulators to GPIO control for exynos4412-trats2
ARM: dts: Add suspend configuration for max77686 regulators for exynos4412-trats2
ARM: dts: Add Maxim 77693 fuel gauge node for exynos4412-trats2
ARM: dts: am57xx-beagle-x15: Fix USB2 mode
ARM: dts: am57xx-beagle-x15: Add extcon nodes for USB
ARM: dts: dra72-evm: Add extcon nodes for USB
ARM: dts: dra7-evm: Add extcon nodes for USB
ARM: dts: rockchip: move the hdmi ddc-i2c-bus property to the actual boards
ARM: dts: rockchip: enable vops and hdmi output on rk3288-firefly and -evb
...
Diffstat (limited to 'arch/arm/boot/dts/atlas7-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/atlas7-evb.dts | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/atlas7-evb.dts b/arch/arm/boot/dts/atlas7-evb.dts new file mode 100644 index 000000000000..49cf59a95572 --- /dev/null +++ b/arch/arm/boot/dts/atlas7-evb.dts | |||
@@ -0,0 +1,110 @@ | |||
1 | /* | ||
2 | * DTS file for CSR SiRFatlas7 Evaluation Board | ||
3 | * | ||
4 | * Copyright (c) 2014 Cambridge Silicon Radio Limited, a CSR plc group company. | ||
5 | * | ||
6 | * Licensed under GPLv2 or later. | ||
7 | */ | ||
8 | |||
9 | /dts-v1/; | ||
10 | |||
11 | /include/ "atlas7.dtsi" | ||
12 | |||
13 | / { | ||
14 | model = "CSR SiRFatlas7 Evaluation Board"; | ||
15 | compatible = "sirf,atlas7-cb", "sirf,atlas7"; | ||
16 | |||
17 | chosen { | ||
18 | bootargs = "console=ttySiRF1,115200 earlyprintk"; | ||
19 | }; | ||
20 | |||
21 | memory { | ||
22 | device_type = "memory"; | ||
23 | reg = <0x40000000 0x20000000>; | ||
24 | }; | ||
25 | |||
26 | reserved-memory { | ||
27 | #address-cells = <1>; | ||
28 | #size-cells = <1>; | ||
29 | ranges; | ||
30 | |||
31 | vpp_reserved: vpp_mem@5e800000 { | ||
32 | compatible = "sirf,reserved-memory"; | ||
33 | reg = <0x5e800000 0x800000>; | ||
34 | }; | ||
35 | |||
36 | nanddisk_reserved: nanddisk@46000000 { | ||
37 | reg = <0x46000000 0x200000>; | ||
38 | no-map; | ||
39 | }; | ||
40 | }; | ||
41 | |||
42 | |||
43 | noc { | ||
44 | mediam { | ||
45 | nand@17050000 { | ||
46 | memory-region = <&nanddisk_reserved>; | ||
47 | }; | ||
48 | }; | ||
49 | |||
50 | gnssm { | ||
51 | spi1: spi@18200000 { | ||
52 | status = "okay"; | ||
53 | spiflash: macronix@0{ | ||
54 | status = "okay"; | ||
55 | compatible = "macronix,mx25l6405d"; | ||
56 | reg = <0>; | ||
57 | spi-max-frequency = <37500000>; | ||
58 | spi-cpha; | ||
59 | spi-cpol; | ||
60 | #address-cells = <1>; | ||
61 | #size-cells = <1>; | ||
62 | partitions@0 { | ||
63 | label = "myspiboot"; | ||
64 | reg = <0x0 0x800000>; | ||
65 | }; | ||
66 | }; | ||
67 | }; | ||
68 | }; | ||
69 | |||
70 | btm { | ||
71 | uart6: uart@11000000 { | ||
72 | status = "okay"; | ||
73 | sirf,uart-has-rtscts; | ||
74 | }; | ||
75 | }; | ||
76 | |||
77 | disp-iobg { | ||
78 | vpp@13110000 { | ||
79 | memory-region = <&vpp_reserved>; | ||
80 | }; | ||
81 | }; | ||
82 | |||
83 | display0: display@0 { | ||
84 | compatible = "lvds-panel"; | ||
85 | source = "lvds.0"; | ||
86 | |||
87 | bl-gpios = <&gpio_1 63 0>; | ||
88 | data-lines = <24>; | ||
89 | |||
90 | display-timings { | ||
91 | native-mode = <&timing0>; | ||
92 | timing0: timing0 { | ||
93 | clock-frequency = <60000000>; | ||
94 | hactive = <1024>; | ||
95 | vactive = <600>; | ||
96 | hfront-porch = <220>; | ||
97 | hback-porch = <100>; | ||
98 | hsync-len = <1>; | ||
99 | vback-porch = <10>; | ||
100 | vfront-porch = <25>; | ||
101 | vsync-len = <1>; | ||
102 | hsync-active = <0>; | ||
103 | vsync-active = <0>; | ||
104 | de-active = <1>; | ||
105 | pixelclk-active = <1>; | ||
106 | }; | ||
107 | }; | ||
108 | }; | ||
109 | }; | ||
110 | }; | ||