diff options
author | Scott Branden <sbranden@broadcom.com> | 2014-10-14 19:42:25 -0400 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2014-10-30 14:05:55 -0400 |
commit | 8872fc22c2670cde338ab92be4a8e9ebad8e53e6 (patch) | |
tree | 7bdeeda6cb5851434aa43a6171fb67937f37c5e0 | |
parent | 7cfdaddc4d1f5e673ded29e659726a8df7f2dd39 (diff) |
ARM: dts: Enable Broadcom Cygnus SoC
DT files to enable cygnus consisting on reference designs
and cygnus core configuration.
Reviewed-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Arun Parameswaran <aparames@broadcom.com>
Tested-by: Jonathan Richardson <jonathar@broadcom.com>
Reviewed-by: JD (Jiandong) Zheng <jdzheng@broadcom.com>
Signed-off-by: Scott Branden <sbranden@broadcom.com>
-rw-r--r-- | arch/arm/boot/dts/Makefile | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/bcm-cygnus-clock.dtsi | 73 | ||||
-rw-r--r-- | arch/arm/boot/dts/bcm-cygnus.dtsi | 100 | ||||
-rw-r--r-- | arch/arm/boot/dts/bcm911360_entphn.dts | 32 | ||||
-rw-r--r-- | arch/arm/boot/dts/bcm911360k.dts | 32 | ||||
-rw-r--r-- | arch/arm/boot/dts/bcm958300k.dts | 32 |
6 files changed, 273 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 38c89cafa1ab..4b3a59004793 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -54,6 +54,10 @@ dtb-$(CONFIG_ARCH_AT91) += at91-sama5d4ek.dtb | |||
54 | dtb-$(CONFIG_ARCH_ATLAS6) += atlas6-evb.dtb | 54 | dtb-$(CONFIG_ARCH_ATLAS6) += atlas6-evb.dtb |
55 | dtb-$(CONFIG_ARCH_AXXIA) += axm5516-amarillo.dtb | 55 | dtb-$(CONFIG_ARCH_AXXIA) += axm5516-amarillo.dtb |
56 | dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rpi-b.dtb | 56 | dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rpi-b.dtb |
57 | dtb-$(CONFIG_ARCH_BCM_CYGNUS) += \ | ||
58 | bcm911360_entphn.dtb \ | ||
59 | bcm911360k.dtb \ | ||
60 | bcm958300k.dtb | ||
57 | dtb-$(CONFIG_ARCH_BCM_5301X) += bcm4708-netgear-r6250.dtb | 61 | dtb-$(CONFIG_ARCH_BCM_5301X) += bcm4708-netgear-r6250.dtb |
58 | dtb-$(CONFIG_ARCH_BCM_63XX) += bcm963138dvt.dtb | 62 | dtb-$(CONFIG_ARCH_BCM_63XX) += bcm963138dvt.dtb |
59 | dtb-$(CONFIG_ARCH_BCM_MOBILE) += bcm28155-ap.dtb \ | 63 | dtb-$(CONFIG_ARCH_BCM_MOBILE) += bcm28155-ap.dtb \ |
diff --git a/arch/arm/boot/dts/bcm-cygnus-clock.dtsi b/arch/arm/boot/dts/bcm-cygnus-clock.dtsi new file mode 100644 index 000000000000..d06172bfd99d --- /dev/null +++ b/arch/arm/boot/dts/bcm-cygnus-clock.dtsi | |||
@@ -0,0 +1,73 @@ | |||
1 | /* | ||
2 | * Copyright 2014 Broadcom Corporation. All rights reserved. | ||
3 | * | ||
4 | * Unless you and Broadcom execute a separate written software license | ||
5 | * agreement governing use of this software, this software is licensed to you | ||
6 | * under the terms of the GNU General Public License as | ||
7 | * published by the Free Software Foundation version 2. | ||
8 | * | ||
9 | * This program is distributed "as is" WITHOUT ANY WARRANTY of any | ||
10 | * kind, whether express or implied; without even the implied warranty | ||
11 | * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | ||
14 | |||
15 | clocks { | ||
16 | #address-cells = <1>; | ||
17 | #size-cells = <1>; | ||
18 | ranges; | ||
19 | |||
20 | osc: oscillator { | ||
21 | compatible = "fixed-clock"; | ||
22 | #clock-cells = <1>; | ||
23 | clock-frequency = <25000000>; | ||
24 | }; | ||
25 | |||
26 | apb_clk: apb_clk { | ||
27 | compatible = "fixed-clock"; | ||
28 | #clock-cells = <0>; | ||
29 | clock-frequency = <1000000000>; | ||
30 | }; | ||
31 | |||
32 | periph_clk: periph_clk { | ||
33 | compatible = "fixed-clock"; | ||
34 | #clock-cells = <0>; | ||
35 | clock-frequency = <500000000>; | ||
36 | }; | ||
37 | |||
38 | sdio_clk: lcpll_ch2 { | ||
39 | compatible = "fixed-clock"; | ||
40 | #clock-cells = <0>; | ||
41 | clock-frequency = <200000000>; | ||
42 | }; | ||
43 | |||
44 | axi81_clk: axi81_clk { | ||
45 | compatible = "fixed-clock"; | ||
46 | #clock-cells = <0>; | ||
47 | clock-frequency = <100000000>; | ||
48 | }; | ||
49 | |||
50 | keypad_clk: keypad_clk { | ||
51 | compatible = "fixed-clock"; | ||
52 | #clock-cells = <0>; | ||
53 | clock-frequency = <31806>; | ||
54 | }; | ||
55 | |||
56 | adc_clk: adc_clk { | ||
57 | compatible = "fixed-clock"; | ||
58 | #clock-cells = <0>; | ||
59 | clock-frequency = <1562500>; | ||
60 | }; | ||
61 | |||
62 | pwm_clk: pwm_clk { | ||
63 | compatible = "fixed-clock"; | ||
64 | #clock-cells = <0>; | ||
65 | clock-frequency = <1000000>; | ||
66 | }; | ||
67 | |||
68 | lcd_clk: mipipll_ch1 { | ||
69 | compatible = "fixed-clock"; | ||
70 | #clock-cells = <0>; | ||
71 | clock-frequency = <100000000>; | ||
72 | }; | ||
73 | }; | ||
diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi new file mode 100644 index 000000000000..9c650aba372d --- /dev/null +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi | |||
@@ -0,0 +1,100 @@ | |||
1 | /* | ||
2 | * Copyright 2014 Broadcom Corporation. All rights reserved. | ||
3 | * | ||
4 | * Unless you and Broadcom execute a separate written software license | ||
5 | * agreement governing use of this software, this software is licensed to you | ||
6 | * under the terms of the GNU General Public License as | ||
7 | * published by the Free Software Foundation version 2. | ||
8 | * | ||
9 | * This program is distributed "as is" WITHOUT ANY WARRANTY of any | ||
10 | * kind, whether express or implied; without even the implied warranty | ||
11 | * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | ||
14 | |||
15 | #include <dt-bindings/interrupt-controller/arm-gic.h> | ||
16 | #include <dt-bindings/interrupt-controller/irq.h> | ||
17 | |||
18 | #include "skeleton.dtsi" | ||
19 | |||
20 | / { | ||
21 | compatible = "brcm,cygnus"; | ||
22 | model = "Broadcom Cygnus SoC"; | ||
23 | interrupt-parent = <&gic>; | ||
24 | |||
25 | cpus { | ||
26 | #address-cells = <1>; | ||
27 | #size-cells = <0>; | ||
28 | |||
29 | cpu@0 { | ||
30 | device_type = "cpu"; | ||
31 | compatible = "arm,cortex-a9"; | ||
32 | next-level-cache = <&L2>; | ||
33 | reg = <0x0>; | ||
34 | }; | ||
35 | }; | ||
36 | |||
37 | /include/ "bcm-cygnus-clock.dtsi" | ||
38 | |||
39 | amba { | ||
40 | #address-cells = <1>; | ||
41 | #size-cells = <1>; | ||
42 | compatible = "arm,amba-bus", "simple-bus"; | ||
43 | interrupt-parent = <&gic>; | ||
44 | ranges; | ||
45 | |||
46 | wdt@18009000 { | ||
47 | compatible = "arm,sp805" , "arm,primecell"; | ||
48 | reg = <0x18009000 0x1000>; | ||
49 | interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>; | ||
50 | clocks = <&axi81_clk>; | ||
51 | clock-names = "apb_pclk"; | ||
52 | }; | ||
53 | }; | ||
54 | |||
55 | uart3: serial@18023000 { | ||
56 | compatible = "snps,dw-apb-uart"; | ||
57 | reg = <0x18023000 0x100>; | ||
58 | reg-shift = <2>; | ||
59 | reg-io-width = <4>; | ||
60 | interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; | ||
61 | clock-frequency = <100000000>; | ||
62 | clocks = <&axi81_clk>; | ||
63 | status = "okay"; | ||
64 | }; | ||
65 | |||
66 | uart0: serial@18020000 { | ||
67 | compatible = "snps,dw-apb-uart"; | ||
68 | reg = <0x18020000 0x100>; | ||
69 | reg-shift = <2>; | ||
70 | reg-io-width = <4>; | ||
71 | interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; | ||
72 | clocks = <&axi81_clk>; | ||
73 | clock-frequency = <100000000>; | ||
74 | status = "okay"; | ||
75 | }; | ||
76 | |||
77 | gic: interrupt-controller@19021000 { | ||
78 | compatible = "arm,cortex-a9-gic"; | ||
79 | #interrupt-cells = <3>; | ||
80 | #address-cells = <0>; | ||
81 | interrupt-controller; | ||
82 | reg = <0x19021000 0x1000>, | ||
83 | <0x19020100 0x100>; | ||
84 | }; | ||
85 | |||
86 | L2: l2-cache { | ||
87 | compatible = "arm,pl310-cache"; | ||
88 | reg = <0x19022000 0x1000>; | ||
89 | cache-unified; | ||
90 | cache-level = <2>; | ||
91 | }; | ||
92 | |||
93 | timer@19020200 { | ||
94 | compatible = "arm,cortex-a9-global-timer"; | ||
95 | reg = <0x19020200 0x100>; | ||
96 | interrupts = <GIC_PPI 11 IRQ_TYPE_LEVEL_HIGH>; | ||
97 | clocks = <&periph_clk>; | ||
98 | }; | ||
99 | |||
100 | }; | ||
diff --git a/arch/arm/boot/dts/bcm911360_entphn.dts b/arch/arm/boot/dts/bcm911360_entphn.dts new file mode 100644 index 000000000000..9de5e87b5c9e --- /dev/null +++ b/arch/arm/boot/dts/bcm911360_entphn.dts | |||
@@ -0,0 +1,32 @@ | |||
1 | /* | ||
2 | * Copyright 2014 Broadcom Corporation. All rights reserved. | ||
3 | * | ||
4 | * Unless you and Broadcom execute a separate written software license | ||
5 | * agreement governing use of this software, this software is licensed to you | ||
6 | * under the terms of the GNU General Public License as | ||
7 | * published by the Free Software Foundation version 2. | ||
8 | * | ||
9 | * This program is distributed "as is" WITHOUT ANY WARRANTY of any | ||
10 | * kind, whether express or implied; without even the implied warranty | ||
11 | * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | ||
14 | |||
15 | /dts-v1/; | ||
16 | |||
17 | #include "bcm-cygnus.dtsi" | ||
18 | |||
19 | / { | ||
20 | model = "Cygnus Enterprise Phone (BCM911360_ENTPHN)"; | ||
21 | compatible = "brcm,bcm11360", "brcm,cygnus"; | ||
22 | |||
23 | aliases { | ||
24 | serial0 = &uart3; | ||
25 | serial1 = &uart0; | ||
26 | }; | ||
27 | |||
28 | chosen { | ||
29 | stdout-path = &uart3; | ||
30 | bootargs = "console=ttyS0,115200"; | ||
31 | }; | ||
32 | }; | ||
diff --git a/arch/arm/boot/dts/bcm911360k.dts b/arch/arm/boot/dts/bcm911360k.dts new file mode 100644 index 000000000000..dd4f102f2e23 --- /dev/null +++ b/arch/arm/boot/dts/bcm911360k.dts | |||
@@ -0,0 +1,32 @@ | |||
1 | /* | ||
2 | * Copyright 2014 Broadcom Corporation. All rights reserved. | ||
3 | * | ||
4 | * Unless you and Broadcom execute a separate written software license | ||
5 | * agreement governing use of this software, this software is licensed to you | ||
6 | * under the terms of the GNU General Public License as | ||
7 | * published by the Free Software Foundation version 2. | ||
8 | * | ||
9 | * This program is distributed "as is" WITHOUT ANY WARRANTY of any | ||
10 | * kind, whether express or implied; without even the implied warranty | ||
11 | * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | ||
14 | |||
15 | /dts-v1/; | ||
16 | |||
17 | #include "bcm-cygnus.dtsi" | ||
18 | |||
19 | / { | ||
20 | model = "Cygnus SVK (BCM911360K)"; | ||
21 | compatible = "brcm,bcm11360", "brcm,cygnus"; | ||
22 | |||
23 | aliases { | ||
24 | serial0 = &uart3; | ||
25 | serial1 = &uart0; | ||
26 | }; | ||
27 | |||
28 | chosen { | ||
29 | stdout-path = &uart3; | ||
30 | bootargs = "console=ttyS0,115200"; | ||
31 | }; | ||
32 | }; | ||
diff --git a/arch/arm/boot/dts/bcm958300k.dts b/arch/arm/boot/dts/bcm958300k.dts new file mode 100644 index 000000000000..f8b962570221 --- /dev/null +++ b/arch/arm/boot/dts/bcm958300k.dts | |||
@@ -0,0 +1,32 @@ | |||
1 | /* | ||
2 | * Copyright 2014 Broadcom Corporation. All rights reserved. | ||
3 | * | ||
4 | * Unless you and Broadcom execute a separate written software license | ||
5 | * agreement governing use of this software, this software is licensed to you | ||
6 | * under the terms of the GNU General Public License as | ||
7 | * published by the Free Software Foundation version 2. | ||
8 | * | ||
9 | * This program is distributed "as is" WITHOUT ANY WARRANTY of any | ||
10 | * kind, whether express or implied; without even the implied warranty | ||
11 | * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | ||
14 | |||
15 | /dts-v1/; | ||
16 | |||
17 | #include "bcm-cygnus.dtsi" | ||
18 | |||
19 | / { | ||
20 | model = "Cygnus SVK (BCM958300K)"; | ||
21 | compatible = "brcm,bcm58300", "brcm,cygnus"; | ||
22 | |||
23 | aliases { | ||
24 | serial0 = &uart3; | ||
25 | serial1 = &uart0; | ||
26 | }; | ||
27 | |||
28 | chosen { | ||
29 | stdout-path = &uart3; | ||
30 | bootargs = "console=ttyS0,115200"; | ||
31 | }; | ||
32 | }; | ||