2012-06-13 19:01:28 +02:00
/*
* Device Tree Include file for Marvell Armada XP family SoC
*
* Copyright (C) 2012 Marvell
*
* Lior Amsalem <alior@marvell.com>
* Gregory CLEMENT <gregory.clement@free-electrons.com>
* Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Ben Dooks <ben.dooks@codethink.co.uk>
*
2015-01-26 15:16:02 +01:00
* This file is dual-licensed: you can use it either under the terms
* of the GPL or the X11 license, at your option. Note that this dual
* licensing only applies to this file, and not this project as a
* whole.
*
* a) This file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This file is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* Or, alternatively
*
* b) Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use
* copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
2012-06-13 19:01:28 +02:00
*
2012-08-02 17:13:47 +02:00
* Contains definitions specific to the Armada XP SoC that are not
2012-06-13 19:01:28 +02:00
* common to all Armada SoCs.
*/
2013-07-26 10:17:56 -03:00
#include "armada-370-xp.dtsi"
2012-06-13 19:01:28 +02:00
/ {
model = "Marvell Armada XP family SoC";
compatible = "marvell,armadaxp", "marvell,armada-370-xp";
2013-06-03 18:47:36 +02:00
aliases {
2015-03-03 15:41:01 +01:00
serial2 = &uart2;
serial3 = &uart3;
2013-06-03 18:47:36 +02:00
};
2013-04-12 16:29:07 +02:00
soc {
2013-07-26 10:17:57 -03:00
compatible = "marvell,armadaxp-mbus", "simple-bus";
2013-07-26 10:17:58 -03:00
bootrom {
compatible = "marvell,bootrom";
reg = <MBUS_ID(0x01, 0x1d) 0 0x100000>;
};
2013-04-12 16:29:09 +02:00
internal-regs {
2014-11-21 17:00:13 +01:00
sdramc@1400 {
compatible = "marvell,armada-xp-sdram-controller";
reg = <0x1400 0x500>;
};
2013-04-12 16:29:09 +02:00
L2: l2-cache {
compatible = "marvell,aurora-system-cache";
reg = <0x08000 0x1000>;
cache-id-part = <0x100>;
2015-03-17 17:33:54 +01:00
cache-level = <2>;
2014-10-06 11:37:56 +02:00
cache-unified;
2013-04-12 16:29:09 +02:00
wt-override;
};
2012-09-26 18:02:49 +02:00
2014-11-22 00:46:39 +01:00
spi0: spi@10600 {
2015-05-26 11:44:44 +02:00
compatible = "marvell,armada-xp-spi",
"marvell,orion-spi";
2014-11-22 00:46:39 +01:00
pinctrl-0 = <&spi0_pins>;
pinctrl-names = "default";
};
2015-05-26 11:44:44 +02:00
spi1: spi@10680 {
compatible = "marvell,armada-xp-spi",
"marvell,orion-spi";
};
2013-12-12 13:59:17 +00:00
i2c0: i2c@11000 {
compatible = "marvell,mv78230-i2c", "marvell,mv64xxx-i2c";
reg = <0x11000 0x100>;
2013-04-12 16:29:09 +02:00
};
2012-06-13 19:01:28 +02:00
2013-12-12 13:59:17 +00:00
i2c1: i2c@11100 {
compatible = "marvell,mv78230-i2c", "marvell,mv64xxx-i2c";
reg = <0x11100 0x100>;
2013-04-12 16:29:09 +02:00
};
2012-06-13 19:01:28 +02:00
2014-11-22 00:45:35 +01:00
uart2: serial@12200 {
2012-12-04 18:04:59 +01:00
compatible = "snps,dw-apb-uart";
2014-11-22 00:46:28 +01:00
pinctrl-0 = <&uart2_pins>;
pinctrl-names = "default";
2013-04-12 16:29:08 +02:00
reg = <0x12200 0x100>;
2012-06-13 19:01:28 +02:00
reg-shift = <2>;
interrupts = <43>;
2013-03-06 11:23:33 +01:00
reg-io-width = <1>;
2014-04-18 09:41:46 +02:00
clocks = <&coreclk 0>;
2012-06-13 19:01:28 +02:00
status = "disabled";
2013-04-12 16:29:09 +02:00
};
2014-11-22 00:45:35 +01:00
uart3: serial@12300 {
2012-12-04 18:04:59 +01:00
compatible = "snps,dw-apb-uart";
2014-11-22 00:46:28 +01:00
pinctrl-0 = <&uart3_pins>;
pinctrl-names = "default";
2013-04-12 16:29:08 +02:00
reg = <0x12300 0x100>;
2012-06-13 19:01:28 +02:00
reg-shift = <2>;
interrupts = <44>;
2013-03-06 11:23:33 +01:00
reg-io-width = <1>;
2014-04-18 09:41:46 +02:00
clocks = <&coreclk 0>;
2012-06-13 19:01:28 +02:00
status = "disabled";
2013-04-12 16:29:09 +02:00
};
2012-06-13 19:01:28 +02:00
2013-12-12 13:59:17 +00:00
system-controller@18200 {
compatible = "marvell,armada-370-xp-system-controller";
reg = <0x18200 0x500>;
};
gateclk: clock-gating-control@18220 {
compatible = "marvell,armada-xp-gating-clock";
reg = <0x18220 0x4>;
clocks = <&coreclk 0>;
#clock-cells = <1>;
2013-04-12 16:29:09 +02:00
};
2012-06-13 19:01:28 +02:00
2013-04-12 16:29:09 +02:00
coreclk: mvebu-sar@18230 {
compatible = "marvell,armada-xp-core-clock";
reg = <0x18230 0x08>;
#clock-cells = <1>;
};
2012-11-17 15:22:24 +01:00
2013-12-12 13:59:17 +00:00
thermal@182b0 {
compatible = "marvell,armadaxp-thermal";
reg = <0x182b0 0x4
0x184d0 0x4>;
status = "okay";
};
2013-04-12 16:29:09 +02:00
cpuclk: clock-complex@18700 {
#clock-cells = <1>;
compatible = "marvell,armada-xp-cpu-clock";
2015-03-17 13:53:34 +01:00
reg = <0x18700 0x24>, <0x1c054 0x10>;
2013-04-12 16:29:09 +02:00
clocks = <&coreclk 1>;
};
2012-11-17 15:22:24 +01:00
2015-03-03 15:41:03 +01:00
interrupt-controller@20a00 {
2013-12-12 13:59:17 +00:00
reg = <0x20a00 0x2d0>, <0x21070 0x58>;
2013-04-12 16:29:09 +02:00
};
2012-11-17 15:22:24 +01:00
2013-12-12 13:59:17 +00:00
timer@20300 {
compatible = "marvell,armada-xp-timer";
clocks = <&coreclk 2>, <&refclk>;
clock-names = "nbclk", "fixed";
};
2014-02-10 20:00:32 -03:00
watchdog@20300 {
compatible = "marvell,armada-xp-wdt";
clocks = <&coreclk 2>, <&refclk>;
clock-names = "nbclk", "fixed";
};
2014-04-14 15:50:32 +02:00
cpurst@20800 {
compatible = "marvell,armada-370-cpu-reset";
reg = <0x20800 0x20>;
2013-04-12 16:29:09 +02:00
};
2012-09-04 15:06:43 +02:00
2015-07-08 16:09:21 +02:00
cpu-config@21000 {
compatible = "marvell,armada-xp-cpu-config";
reg = <0x21000 0x8>;
};
2013-06-03 18:47:36 +02:00
eth2: ethernet@30000 {
2015-06-30 16:20:21 +02:00
compatible = "marvell,armada-xp-neta";
2013-05-21 12:33:27 +02:00
reg = <0x30000 0x4000>;
2012-09-04 15:06:43 +02:00
interrupts = <12>;
2012-11-19 14:18:09 +01:00
clocks = <&gateclk 2>;
2012-09-04 15:06:43 +02:00
status = "disabled";
2012-11-20 16:03:19 +01:00
};
2013-12-12 13:59:17 +00:00
usb@50000 {
clocks = <&gateclk 18>;
};
usb@51000 {
clocks = <&gateclk 19>;
};
usb@52000 {
compatible = "marvell,orion-ehci";
reg = <0x52000 0x500>;
interrupts = <47>;
clocks = <&gateclk 20>;
status = "disabled";
};
2013-04-12 16:29:09 +02:00
xor@60900 {
compatible = "marvell,orion-xor";
reg = <0x60900 0x100
0x60b00 0x100>;
clocks = <&gateclk 22>;
status = "okay";
xor10 {
interrupts = <51>;
dmacap,memcpy;
dmacap,xor;
};
xor11 {
interrupts = <52>;
dmacap,memcpy;
dmacap,xor;
dmacap,memset;
};
2012-11-20 16:03:19 +01:00
};
2013-04-12 16:29:09 +02:00
2015-06-30 16:20:21 +02:00
ethernet@70000 {
compatible = "marvell,armada-xp-neta";
};
ethernet@74000 {
compatible = "marvell,armada-xp-neta";
};
2015-08-18 10:08:52 +02:00
crypto@90000 {
compatible = "marvell,armada-xp-crypto";
reg = <0x90000 0x10000>;
reg-names = "regs";
interrupts = <48>, <49>;
clocks = <&gateclk 23>, <&gateclk 23>;
clock-names = "cesa0", "cesa1";
marvell,crypto-srams = <&crypto_sram0>,
<&crypto_sram1>;
marvell,crypto-sram-size = <0x800>;
};
2013-04-12 16:29:09 +02:00
xor@f0900 {
compatible = "marvell,orion-xor";
reg = <0xF0900 0x100
0xF0B00 0x100>;
clocks = <&gateclk 28>;
status = "okay";
xor00 {
interrupts = <94>;
dmacap,memcpy;
dmacap,xor;
};
xor01 {
interrupts = <95>;
dmacap,memcpy;
dmacap,xor;
dmacap,memset;
};
2012-11-20 16:03:19 +01:00
};
2013-03-26 07:16:26 -03:00
};
2015-08-18 10:08:52 +02:00
crypto_sram0: sa-sram0 {
compatible = "mmio-sram";
reg = <MBUS_ID(0x09, 0x09) 0 0x800>;
clocks = <&gateclk 23>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 MBUS_ID(0x09, 0x09) 0 0x800>;
};
crypto_sram1: sa-sram1 {
compatible = "mmio-sram";
reg = <MBUS_ID(0x09, 0x05) 0 0x800>;
clocks = <&gateclk 23>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 MBUS_ID(0x09, 0x05) 0 0x800>;
};
2012-06-13 19:01:28 +02:00
};
2013-08-20 12:45:50 -03:00
clocks {
/* 25 MHz reference crystal */
refclk: oscillator {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <25000000>;
};
};
2012-06-13 19:01:28 +02:00
};
2014-11-22 00:45:56 +01:00
&pinctrl {
2014-11-22 17:23:30 +01:00
ge0_gmii_pins: ge0-gmii-pins {
2014-11-22 00:45:56 +01:00
marvell,pins =
"mpp0", "mpp1", "mpp2", "mpp3",
"mpp4", "mpp5", "mpp6", "mpp7",
"mpp8", "mpp9", "mpp10", "mpp11",
"mpp12", "mpp13", "mpp14", "mpp15",
"mpp16", "mpp17", "mpp18", "mpp19",
"mpp20", "mpp21", "mpp22", "mpp23";
marvell,function = "ge0";
};
2014-11-22 17:23:30 +01:00
ge0_rgmii_pins: ge0-rgmii-pins {
2014-11-22 00:45:56 +01:00
marvell,pins =
"mpp0", "mpp1", "mpp2", "mpp3",
"mpp4", "mpp5", "mpp6", "mpp7",
"mpp8", "mpp9", "mpp10", "mpp11";
marvell,function = "ge0";
};
2014-11-22 17:23:30 +01:00
ge1_rgmii_pins: ge1-rgmii-pins {
2014-11-22 00:45:56 +01:00
marvell,pins =
"mpp12", "mpp13", "mpp14", "mpp15",
"mpp16", "mpp17", "mpp18", "mpp19",
"mpp20", "mpp21", "mpp22", "mpp23";
marvell,function = "ge1";
};
sdio_pins: sdio-pins {
marvell,pins = "mpp30", "mpp31", "mpp32",
"mpp33", "mpp34", "mpp35";
marvell,function = "sd0";
};
2014-11-22 00:46:28 +01:00
2014-11-22 00:46:39 +01:00
spi0_pins: spi0-pins {
marvell,pins = "mpp36", "mpp37",
"mpp38", "mpp39";
2015-06-11 13:56:32 +02:00
marvell,function = "spi0";
2014-11-22 00:46:39 +01:00
};
2014-11-22 00:46:28 +01:00
uart2_pins: uart2-pins {
marvell,pins = "mpp42", "mpp43";
marvell,function = "uart2";
};
uart3_pins: uart3-pins {
marvell,pins = "mpp44", "mpp45";
marvell,function = "uart3";
};
2014-11-22 00:45:56 +01:00
};