1d3f4759bSRussell King/* 2d3f4759bSRussell King * Copyright (C) 2016 Marvell Technology Group Ltd. 3d3f4759bSRussell King * 4d3f4759bSRussell King * This file is dual-licensed: you can use it either under the terms 5d3f4759bSRussell King * of the GPLv2 or the X11 license, at your option. Note that this dual 6d3f4759bSRussell King * licensing only applies to this file, and not this project as a 7d3f4759bSRussell King * whole. 8d3f4759bSRussell King * 9d3f4759bSRussell King * a) This library is free software; you can redistribute it and/or 10d3f4759bSRussell King * modify it under the terms of the GNU General Public License as 11d3f4759bSRussell King * published by the Free Software Foundation; either version 2 of the 12d3f4759bSRussell King * License, or (at your option) any later version. 13d3f4759bSRussell King * 14d3f4759bSRussell King * This library is distributed in the hope that it will be useful, 15d3f4759bSRussell King * but WITHOUT ANY WARRANTY; without even the implied warranty of 16d3f4759bSRussell King * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17d3f4759bSRussell King * GNU General Public License for more details. 18d3f4759bSRussell King * 19d3f4759bSRussell King * Or, alternatively, 20d3f4759bSRussell King * 21d3f4759bSRussell King * b) Permission is hereby granted, free of charge, to any person 22d3f4759bSRussell King * obtaining a copy of this software and associated documentation 23d3f4759bSRussell King * files (the "Software"), to deal in the Software without 24d3f4759bSRussell King * restriction, including without limitation the rights to use, 25d3f4759bSRussell King * copy, modify, merge, publish, distribute, sublicense, and/or 26d3f4759bSRussell King * sell copies of the Software, and to permit persons to whom the 27d3f4759bSRussell King * Software is furnished to do so, subject to the following 28d3f4759bSRussell King * conditions: 29d3f4759bSRussell King * 30d3f4759bSRussell King * The above copyright notice and this permission notice shall be 31d3f4759bSRussell King * included in all copies or substantial portions of the Software. 32d3f4759bSRussell King * 33d3f4759bSRussell King * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 34d3f4759bSRussell King * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 35d3f4759bSRussell King * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 36d3f4759bSRussell King * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 37d3f4759bSRussell King * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38d3f4759bSRussell King * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 39d3f4759bSRussell King * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 40d3f4759bSRussell King * OTHER DEALINGS IN THE SOFTWARE. 41d3f4759bSRussell King */ 42d3f4759bSRussell King 43d3f4759bSRussell King/* 44d3f4759bSRussell King * Device Tree file for MACCHIATOBin Armada 8040 community board platform 45d3f4759bSRussell King */ 46d3f4759bSRussell King 47d3f4759bSRussell King#include "armada-8040.dtsi" 48d3f4759bSRussell King 4945df70cbSRussell King#include <dt-bindings/gpio/gpio.h> 5045df70cbSRussell King 51d3f4759bSRussell King/ { 52d3f4759bSRussell King model = "Marvell 8040 MACHIATOBin"; 53d3f4759bSRussell King compatible = "marvell,armada8040-mcbin", "marvell,armada8040", 54d3f4759bSRussell King "marvell,armada-ap806-quad", "marvell,armada-ap806"; 55d3f4759bSRussell King 56f8c19a88SAntoine Tenart chosen { 57f8c19a88SAntoine Tenart stdout-path = "serial0:115200n8"; 58f8c19a88SAntoine Tenart }; 59f8c19a88SAntoine Tenart 60d3f4759bSRussell King memory@00000000 { 61d3f4759bSRussell King device_type = "memory"; 62d3f4759bSRussell King reg = <0x0 0x0 0x0 0x80000000>; 63d3f4759bSRussell King }; 64d3f4759bSRussell King 65d3f4759bSRussell King /* Regulator labels correspond with schematics */ 66d3f4759bSRussell King v_3_3: regulator-3-3v { 67d3f4759bSRussell King compatible = "regulator-fixed"; 68d3f4759bSRussell King regulator-name = "v_3_3"; 69d3f4759bSRussell King regulator-min-microvolt = <3300000>; 70d3f4759bSRussell King regulator-max-microvolt = <3300000>; 71d3f4759bSRussell King regulator-always-on; 72d3f4759bSRussell King status = "okay"; 73d3f4759bSRussell King }; 74d3f4759bSRussell King 75d3f4759bSRussell King v_vddo_h: regulator-1-8v { 76d3f4759bSRussell King compatible = "regulator-fixed"; 77d3f4759bSRussell King regulator-name = "v_vddo_h"; 78d3f4759bSRussell King regulator-min-microvolt = <1800000>; 79d3f4759bSRussell King regulator-max-microvolt = <1800000>; 80d3f4759bSRussell King regulator-always-on; 81d3f4759bSRussell King status = "okay"; 82d3f4759bSRussell King }; 83d3f4759bSRussell King 84d3f4759bSRussell King v_5v0_usb3_hst_vbus: regulator-usb3-vbus0 { 85d3f4759bSRussell King compatible = "regulator-fixed"; 8645df70cbSRussell King enable-active-high; 8745df70cbSRussell King gpio = <&cpm_gpio2 15 GPIO_ACTIVE_HIGH>; 8845df70cbSRussell King pinctrl-names = "default"; 8945df70cbSRussell King pinctrl-0 = <&cpm_xhci_vbus_pins>; 90d3f4759bSRussell King regulator-name = "v_5v0_usb3_hst_vbus"; 91d3f4759bSRussell King regulator-min-microvolt = <5000000>; 92d3f4759bSRussell King regulator-max-microvolt = <5000000>; 93d3f4759bSRussell King status = "okay"; 94d3f4759bSRussell King }; 95d3f4759bSRussell King 96d3f4759bSRussell King usb3h0_phy: usb3_phy0 { 97d3f4759bSRussell King compatible = "usb-nop-xceiv"; 98d3f4759bSRussell King vcc-supply = <&v_5v0_usb3_hst_vbus>; 99d3f4759bSRussell King }; 100d3f4759bSRussell King}; 101d3f4759bSRussell King 102d3f4759bSRussell King&uart0 { 103d3f4759bSRussell King status = "okay"; 104d3f4759bSRussell King}; 105d3f4759bSRussell King 10652983041SRussell King&ap_sdhci0 { 10752983041SRussell King bus-width = <8>; 10852983041SRussell King /* 10952983041SRussell King * Not stable in HS modes - phy needs "more calibration", so add 11052983041SRussell King * the "slow-mode" and disable SDR104, SDR50 and DDR50 modes. 11152983041SRussell King */ 11252983041SRussell King marvell,xenon-phy-slow-mode; 11352983041SRussell King no-1-8-v; 11452983041SRussell King no-sd; 11552983041SRussell King no-sdio; 11652983041SRussell King non-removable; 11752983041SRussell King status = "okay"; 11852983041SRussell King vqmmc-supply = <&v_vddo_h>; 11952983041SRussell King}; 12052983041SRussell King 121d3f4759bSRussell King&cpm_i2c0 { 122d3f4759bSRussell King clock-frequency = <100000>; 12331ec18e0SRussell King pinctrl-names = "default"; 12431ec18e0SRussell King pinctrl-0 = <&cpm_i2c0_pins>; 125d3f4759bSRussell King status = "okay"; 126d3f4759bSRussell King}; 127d3f4759bSRussell King 1288a91e158SRussell King&cpm_i2c1 { 1298a91e158SRussell King clock-frequency = <100000>; 1308a91e158SRussell King pinctrl-names = "default"; 1318a91e158SRussell King pinctrl-0 = <&cpm_i2c1_pins>; 1328a91e158SRussell King status = "okay"; 1338a91e158SRussell King 1348a91e158SRussell King i2c-switch@70 { 1358a91e158SRussell King compatible = "nxp,pca9548"; 1368a91e158SRussell King #address-cells = <1>; 1378a91e158SRussell King #size-cells = <0>; 1388a91e158SRussell King reg = <0x70>; 1398a91e158SRussell King 1408a91e158SRussell King sfpp0_i2c: i2c@0 { 1418a91e158SRussell King #address-cells = <1>; 1428a91e158SRussell King #size-cells = <0>; 1438a91e158SRussell King reg = <0>; 1448a91e158SRussell King }; 1458a91e158SRussell King sfpp1_i2c: i2c@1 { 1468a91e158SRussell King #address-cells = <1>; 1478a91e158SRussell King #size-cells = <0>; 1488a91e158SRussell King reg = <1>; 1498a91e158SRussell King }; 1508a91e158SRussell King sfp_1g_i2c: i2c@2 { 1518a91e158SRussell King #address-cells = <1>; 1528a91e158SRussell King #size-cells = <0>; 1538a91e158SRussell King reg = <2>; 1548a91e158SRussell King }; 1558a91e158SRussell King }; 1568a91e158SRussell King}; 1578a91e158SRussell King 1582a324659SMarc Zyngier&cpm_mdio { 15931ec18e0SRussell King pinctrl-names = "default"; 16031ec18e0SRussell King pinctrl-0 = <&cpm_ge_mdio_pins>; 1616691565fSAntoine Tenart status = "okay"; 1626691565fSAntoine Tenart 1632a324659SMarc Zyngier ge_phy: ethernet-phy@0 { 1642a324659SMarc Zyngier reg = <0>; 1652a324659SMarc Zyngier }; 1662a324659SMarc Zyngier}; 1672a324659SMarc Zyngier 168b83e1669SRussell King&cpm_pcie0 { 169b83e1669SRussell King pinctrl-names = "default"; 170b83e1669SRussell King pinctrl-0 = <&cpm_pcie_pins>; 171b83e1669SRussell King num-lanes = <4>; 172b83e1669SRussell King num-viewport = <8>; 173b83e1669SRussell King reset-gpio = <&cpm_gpio1 20 GPIO_ACTIVE_LOW>; 174b83e1669SRussell King status = "okay"; 175b83e1669SRussell King}; 176b83e1669SRussell King 17731ec18e0SRussell King&cpm_pinctrl { 17831ec18e0SRussell King cpm_ge_mdio_pins: ge-mdio-pins { 17931ec18e0SRussell King marvell,pins = "mpp32", "mpp34"; 18031ec18e0SRussell King marvell,function = "ge"; 18131ec18e0SRussell King }; 1828a91e158SRussell King cpm_i2c1_pins: i2c1-pins { 1838a91e158SRussell King marvell,pins = "mpp35", "mpp36"; 1848a91e158SRussell King marvell,function = "i2c1"; 1858a91e158SRussell King }; 18631ec18e0SRussell King cpm_i2c0_pins: i2c0-pins { 18731ec18e0SRussell King marvell,pins = "mpp37", "mpp38"; 18831ec18e0SRussell King marvell,function = "i2c0"; 18931ec18e0SRussell King }; 19045df70cbSRussell King cpm_xhci_vbus_pins: xhci0-vbus-pins { 19145df70cbSRussell King marvell,pins = "mpp47"; 19245df70cbSRussell King marvell,function = "gpio"; 19345df70cbSRussell King }; 194b83e1669SRussell King cpm_pcie_pins: pcie-pins { 195b83e1669SRussell King marvell,pins = "mpp52"; 196b83e1669SRussell King marvell,function = "gpio"; 197b83e1669SRussell King }; 19831ec18e0SRussell King cpm_sdhci_pins: sdhci-pins { 19931ec18e0SRussell King marvell,pins = "mpp55", "mpp56", "mpp57", "mpp58", "mpp59", 20031ec18e0SRussell King "mpp60", "mpp61"; 20131ec18e0SRussell King marvell,function = "sdio"; 20231ec18e0SRussell King }; 20331ec18e0SRussell King}; 20431ec18e0SRussell King 20572af17b9SAntoine Tenart&cpm_xmdio { 20672af17b9SAntoine Tenart status = "okay"; 20772af17b9SAntoine Tenart 20872af17b9SAntoine Tenart phy0: ethernet-phy@0 { 20972af17b9SAntoine Tenart compatible = "ethernet-phy-ieee802.3-c45"; 21072af17b9SAntoine Tenart reg = <0>; 21172af17b9SAntoine Tenart }; 21272af17b9SAntoine Tenart 21372af17b9SAntoine Tenart phy8: ethernet-phy@8 { 21472af17b9SAntoine Tenart compatible = "ethernet-phy-ieee802.3-c45"; 21572af17b9SAntoine Tenart reg = <8>; 21672af17b9SAntoine Tenart }; 21772af17b9SAntoine Tenart}; 21872af17b9SAntoine Tenart 21972af17b9SAntoine Tenart&cpm_ethernet { 22072af17b9SAntoine Tenart status = "okay"; 22172af17b9SAntoine Tenart}; 22272af17b9SAntoine Tenart 22372af17b9SAntoine Tenart&cpm_eth0 { 22472af17b9SAntoine Tenart status = "okay"; 22572af17b9SAntoine Tenart phy = <&phy0>; 22672af17b9SAntoine Tenart phy-mode = "10gbase-kr"; 22772af17b9SAntoine Tenart}; 22872af17b9SAntoine Tenart 229d3f4759bSRussell King&cpm_sata0 { 230d3f4759bSRussell King /* CPM Lane 0 - U29 */ 231d3f4759bSRussell King status = "okay"; 232d3f4759bSRussell King}; 233d3f4759bSRussell King 23452983041SRussell King&cpm_sdhci0 { 23552983041SRussell King /* U6 */ 23652983041SRussell King broken-cd; 23752983041SRussell King bus-width = <4>; 23831ec18e0SRussell King pinctrl-names = "default"; 23931ec18e0SRussell King pinctrl-0 = <&cpm_sdhci_pins>; 24052983041SRussell King status = "okay"; 24152983041SRussell King vqmmc-supply = <&v_3_3>; 24252983041SRussell King}; 24352983041SRussell King 244d3f4759bSRussell King&cpm_usb3_0 { 245d3f4759bSRussell King /* J38? - USB2.0 only */ 246d3f4759bSRussell King status = "okay"; 247d3f4759bSRussell King}; 248d3f4759bSRussell King 249d3f4759bSRussell King&cpm_usb3_1 { 250d3f4759bSRussell King /* J38? - USB2.0 only */ 251d3f4759bSRussell King status = "okay"; 252d3f4759bSRussell King}; 253d3f4759bSRussell King 2542a324659SMarc Zyngier&cps_ethernet { 2552a324659SMarc Zyngier status = "okay"; 2562a324659SMarc Zyngier}; 2572a324659SMarc Zyngier 25872af17b9SAntoine Tenart&cps_eth0 { 25972af17b9SAntoine Tenart status = "okay"; 26072af17b9SAntoine Tenart phy = <&phy8>; 26172af17b9SAntoine Tenart phy-mode = "10gbase-kr"; 26272af17b9SAntoine Tenart}; 26372af17b9SAntoine Tenart 2642a324659SMarc Zyngier&cps_eth1 { 2652a324659SMarc Zyngier /* CPS Lane 0 - J5 (Gigabit RJ45) */ 2662a324659SMarc Zyngier status = "okay"; 2672a324659SMarc Zyngier phy = <&ge_phy>; 2682a324659SMarc Zyngier phy-mode = "sgmii"; 2692a324659SMarc Zyngier}; 2702a324659SMarc Zyngier 27131ec18e0SRussell King&cps_pinctrl { 27231ec18e0SRussell King cps_spi1_pins: spi1-pins { 27331ec18e0SRussell King marvell,pins = "mpp12", "mpp13", "mpp14", "mpp15", "mpp16"; 27431ec18e0SRussell King marvell,function = "spi1"; 27531ec18e0SRussell King }; 27631ec18e0SRussell King}; 27731ec18e0SRussell King 278d3f4759bSRussell King&cps_sata0 { 279d3f4759bSRussell King /* CPS Lane 1 - U32 */ 280d3f4759bSRussell King /* CPS Lane 3 - U31 */ 281d3f4759bSRussell King status = "okay"; 282d3f4759bSRussell King}; 283d3f4759bSRussell King 284d3f4759bSRussell King&cps_spi1 { 28531ec18e0SRussell King pinctrl-names = "default"; 28631ec18e0SRussell King pinctrl-0 = <&cps_spi1_pins>; 287d3f4759bSRussell King status = "okay"; 288d3f4759bSRussell King 289d3f4759bSRussell King spi-flash@0 { 290d3f4759bSRussell King compatible = "st,w25q32"; 291d3f4759bSRussell King spi-max-frequency = <50000000>; 292d3f4759bSRussell King reg = <0>; 293d3f4759bSRussell King }; 294d3f4759bSRussell King}; 295d3f4759bSRussell King 296d3f4759bSRussell King&cps_usb3_0 { 297d3f4759bSRussell King /* CPS Lane 2 - CON7 */ 298d3f4759bSRussell King usb-phy = <&usb3h0_phy>; 299d3f4759bSRussell King status = "okay"; 300d3f4759bSRussell King}; 301