1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (C) 2020 Marvell International Ltd. 4 * 5 * Device tree for the CN9131-DB board. 6 */ 7 8#include "cn9130-db.dtsi" 9 10/ { 11 compatible = "marvell,cn9131", "marvell,cn9130", 12 "marvell,armada-ap807-quad", "marvell,armada-ap807"; 13 14 aliases { 15 gpio3 = &cp1_gpio1; 16 gpio4 = &cp1_gpio2; 17 ethernet3 = &cp1_eth0; 18 ethernet4 = &cp1_eth1; 19 }; 20 21 cp1_reg_usb3_vbus0: regulator-6 { 22 compatible = "regulator-fixed"; 23 pinctrl-names = "default"; 24 pinctrl-0 = <&cp1_xhci0_vbus_pins>; 25 regulator-name = "cp1-xhci0-vbus"; 26 regulator-min-microvolt = <5000000>; 27 regulator-max-microvolt = <5000000>; 28 enable-active-high; 29 gpio = <&cp1_gpio1 3 GPIO_ACTIVE_HIGH>; 30 }; 31 32 cp1_usb3_0_phy0: usb-phy-3 { 33 compatible = "usb-nop-xceiv"; 34 #phy-cells = <0>; 35 vcc-supply = <&cp1_reg_usb3_vbus0>; 36 }; 37 38 cp1_sfp_eth1: sfp-eth-2 { 39 compatible = "sff,sfp"; 40 i2c-bus = <&cp1_i2c0>; 41 los-gpios = <&cp1_gpio1 11 GPIO_ACTIVE_HIGH>; 42 mod-def0-gpios = <&cp1_gpio1 10 GPIO_ACTIVE_LOW>; 43 tx-disable-gpios = <&cp1_gpio1 9 GPIO_ACTIVE_HIGH>; 44 tx-fault-gpios = <&cp1_gpio1 8 GPIO_ACTIVE_HIGH>; 45 pinctrl-names = "default"; 46 pinctrl-0 = <&cp1_sfp_pins>; 47 /* 48 * SFP cages are unconnected on early PCBs because of an the I2C 49 * lanes not being connected. Prevent the port for being 50 * unusable by disabling the SFP node. 51 */ 52 status = "disabled"; 53 }; 54}; 55 56/* 57 * Instantiate the first slave CP115 58 */ 59 60#define CP11X_NAME cp1 61#define CP11X_BASE f4000000 62#define CP11X_PCIEx_MEM_BASE(iface) (0xe2000000 + (iface * 0x1000000)) 63#define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 64#define CP11X_PCIE0_BASE f4600000 65#define CP11X_PCIE1_BASE f4620000 66#define CP11X_PCIE2_BASE f4640000 67 68#include "armada-cp115.dtsi" 69 70#undef CP11X_NAME 71#undef CP11X_BASE 72#undef CP11X_PCIEx_MEM_BASE 73#undef CP11X_PCIEx_MEM_SIZE 74#undef CP11X_PCIE0_BASE 75#undef CP11X_PCIE1_BASE 76#undef CP11X_PCIE2_BASE 77 78&cp1_crypto { 79 status = "disabled"; 80}; 81 82&cp1_ethernet { 83 status = "okay"; 84}; 85 86/* CON50 */ 87&cp1_eth0 { 88 status = "okay"; 89 phy-mode = "10gbase-r"; 90 /* Generic PHY, providing serdes lanes */ 91 phys = <&cp1_comphy4 0>; 92 managed = "in-band-status"; 93 sfp = <&cp1_sfp_eth1>; 94}; 95 96&cp1_gpio1 { 97 status = "okay"; 98}; 99 100&cp1_gpio2 { 101 status = "okay"; 102}; 103 104&cp1_i2c0 { 105 status = "okay"; 106 pinctrl-names = "default"; 107 pinctrl-0 = <&cp1_i2c0_pins>; 108 clock-frequency = <100000>; 109}; 110 111/* CON40 */ 112&cp1_pcie0 { 113 pinctrl-names = "default"; 114 pinctrl-0 = <&cp1_pcie_reset_pins>; 115 num-lanes = <2>; 116 num-viewport = <8>; 117 marvell,reset-gpio = <&cp1_gpio1 0 GPIO_ACTIVE_HIGH>; 118 status = "okay"; 119 /* Generic PHY, providing serdes lanes */ 120 phys = <&cp1_comphy0 0 121 &cp1_comphy1 0>; 122}; 123 124&cp1_sata0 { 125 status = "okay"; 126 127 /* CON32 */ 128 sata-port@1 { 129 /* Generic PHY, providing serdes lanes */ 130 phys = <&cp1_comphy5 1>; 131 status = "okay"; 132 }; 133}; 134 135/* U24 */ 136&cp1_spi1 { 137 status = "okay"; 138 pinctrl-names = "default"; 139 pinctrl-0 = <&cp1_spi0_pins>; 140 reg = <0x700680 0x50>; 141 142 flash@0 { 143 compatible = "jedec,spi-nor"; 144 reg = <0x0>; 145 /* On-board MUX does not allow higher frequencies */ 146 spi-max-frequency = <40000000>; 147 148 partitions { 149 compatible = "fixed-partitions"; 150 #address-cells = <1>; 151 #size-cells = <1>; 152 153 partition@0 { 154 label = "U-Boot-1"; 155 reg = <0x0 0x200000>; 156 }; 157 158 partition@400000 { 159 label = "Filesystem-1"; 160 reg = <0x200000 0xe00000>; 161 }; 162 }; 163 }; 164 165}; 166 167&cp1_syscon0 { 168 cp1_pinctrl: pinctrl { 169 compatible = "marvell,cp115-standalone-pinctrl"; 170 171 cp1_i2c0_pins: cp1-i2c-pins-0 { 172 marvell,pins = "mpp37", "mpp38"; 173 marvell,function = "i2c0"; 174 }; 175 cp1_spi0_pins: cp1-spi-pins-0 { 176 marvell,pins = "mpp13", "mpp14", "mpp15", "mpp16"; 177 marvell,function = "spi1"; 178 }; 179 cp1_xhci0_vbus_pins: cp1-xhci0-vbus-pins { 180 marvell,pins = "mpp3"; 181 marvell,function = "gpio"; 182 }; 183 cp1_sfp_pins: sfp-pins { 184 marvell,pins = "mpp8", "mpp9", "mpp10", "mpp11"; 185 marvell,function = "gpio"; 186 }; 187 cp1_pcie_reset_pins: cp1-pcie-reset-pins { 188 marvell,pins = "mpp0"; 189 marvell,function = "gpio"; 190 }; 191 }; 192}; 193 194/* CON58 */ 195&cp1_utmi { 196 status = "okay"; 197}; 198 199&cp1_usb3_1 { 200 status = "okay"; 201 usb-phy = <&cp1_usb3_0_phy0>; 202 /* Generic PHY, providing serdes lanes */ 203 phys = <&cp1_comphy3 1>, <&cp1_utmi1>; 204 phy-names = "usb", "utmi"; 205 dr_mode = "host"; 206}; 207