|
@@ -13,6 +13,11 @@
|
|
|
compatible = "ti,am654-evm", "ti,am654";
|
|
compatible = "ti,am654-evm", "ti,am654";
|
|
|
model = "Texas Instruments AM654 Base Board";
|
|
model = "Texas Instruments AM654 Base Board";
|
|
|
|
|
|
|
|
|
|
+ aliases {
|
|
|
|
|
+ ethernet1 = &pruss2_emac0;
|
|
|
|
|
+ ethernet2 = &pruss2_emac1;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
chosen {
|
|
chosen {
|
|
|
stdout-path = "serial2:115200n8";
|
|
stdout-path = "serial2:115200n8";
|
|
|
bootargs = "earlycon=ns16550a,mmio32,0x02800000";
|
|
bootargs = "earlycon=ns16550a,mmio32,0x02800000";
|
|
@@ -79,6 +84,60 @@
|
|
|
gpios = <&wkup_gpio0 27 GPIO_ACTIVE_LOW>;
|
|
gpios = <&wkup_gpio0 27 GPIO_ACTIVE_LOW>;
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+ /* Dual Ethernet application node on PRU-ICSSG2 */
|
|
|
|
|
+ pruss2_eth: pruss2_eth {
|
|
|
|
|
+ compatible = "ti,am654-icssg-prueth";
|
|
|
|
|
+ pinctrl-names = "default";
|
|
|
|
|
+ pinctrl-0 = <&icssg2_rgmii_pins_default>;
|
|
|
|
|
+ sram = <&msmc_ram>;
|
|
|
|
|
+ interrupt-parent = <&main_udmass_inta>;
|
|
|
|
|
+
|
|
|
|
|
+ prus = <&pru2_0>, <&rtu2_0>, <&pru2_1>, <&rtu2_1>;
|
|
|
|
|
+ firmware-name = "ti-pruss/am65x-pru0-prueth-fw.elf",
|
|
|
|
|
+ "ti-pruss/am65x-rtu0-prueth-fw.elf",
|
|
|
|
|
+ "ti-pruss/am65x-pru1-prueth-fw.elf",
|
|
|
|
|
+ "ti-pruss/am65x-rtu1-prueth-fw.elf";
|
|
|
|
|
+ mii-g-rt = <&icssg2_mii_g_rt>;
|
|
|
|
|
+ dma-coherent;
|
|
|
|
|
+ dmas = <&main_udmap &pruss2_eth 0 UDMA_DIR_TX>, /* SLICE 0 */
|
|
|
|
|
+ <&main_udmap &pruss2_eth 0 UDMA_DIR_RX>,
|
|
|
|
|
+ <&main_udmap &pruss2_eth 4 UDMA_DIR_TX>, /* SLICE 1 */
|
|
|
|
|
+ <&main_udmap &pruss2_eth 1 UDMA_DIR_RX>;
|
|
|
|
|
+ dma-names = "tx0", "rx0", "tx1", "rx1";
|
|
|
|
|
+
|
|
|
|
|
+ ti,psil-base = <0x4300>; /* ICSSG2 PSIL thread start */
|
|
|
|
|
+ ti,psil-config0 {
|
|
|
|
|
+ linux,udma-mode = <UDMA_PKT_MODE>;
|
|
|
|
|
+ ti,psd-size = <0>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ti,psil-config1 {
|
|
|
|
|
+ linux,udma-mode = <UDMA_PKT_MODE>;
|
|
|
|
|
+ ti,psd-size = <0>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ti,psil-config4 {
|
|
|
|
|
+ linux,udma-mode = <UDMA_PKT_MODE>;
|
|
|
|
|
+ ti,psd-size = <0>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ pruss2_emac0: ethernet-mii0 {
|
|
|
|
|
+ phy-handle = <&pruss2_eth0_phy>;
|
|
|
|
|
+ phy-mode = "rgmii-id";
|
|
|
|
|
+ syscon-rgmii-delay = <&scm_conf 0x4120>;
|
|
|
|
|
+ /* Filled in by bootloader */
|
|
|
|
|
+ local-mac-address = [00 00 00 00 00 00];
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ pruss2_emac1: ethernet-mii1 {
|
|
|
|
|
+ phy-handle = <&pruss2_eth1_phy>;
|
|
|
|
|
+ phy-mode = "rgmii-id";
|
|
|
|
|
+ syscon-rgmii-delay = <&scm_conf 0x4124>;
|
|
|
|
|
+ /* Filled in by bootloader */
|
|
|
|
|
+ local-mac-address = [00 00 00 00 00 00];
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&wkup_pmx0 {
|
|
&wkup_pmx0 {
|
|
@@ -205,6 +264,43 @@
|
|
|
AM65X_IOPAD(0x01bc, PIN_OUTPUT, 0) /* (AG13) SPI0_CS0 */
|
|
AM65X_IOPAD(0x01bc, PIN_OUTPUT, 0) /* (AG13) SPI0_CS0 */
|
|
|
>;
|
|
>;
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+ icssg2_mdio_pins_default: icssg2_mdio_pins_default {
|
|
|
|
|
+ pinctrl-single,pins = <
|
|
|
|
|
+ AM65X_IOPAD(0x0094, PIN_INPUT, 2) /* (AC19) PRG2_PRU0_GPO7.PRG2_MDIO0_MDIO */
|
|
|
|
|
+ AM65X_IOPAD(0x00c8, PIN_OUTPUT, 2) /* (AE15) PRG2_PRU1_GPO7.PRG2_MDIO0_MDC */
|
|
|
|
|
+ >;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ icssg2_rgmii_pins_default: icssg2_rgmii_pins_default {
|
|
|
|
|
+ pinctrl-single,pins = <
|
|
|
|
|
+ AM65X_IOPAD(0x00ac, PIN_INPUT, 2) /* (AH15) PRG2_PRU1_GPO0.PRG2_RGMII2_RD0 */
|
|
|
|
|
+ AM65X_IOPAD(0x00b0, PIN_INPUT, 2) /* (AC16) PRG2_PRU1_GPO1.PRG2_RGMII2_RD1 */
|
|
|
|
|
+ AM65X_IOPAD(0x00b4, PIN_INPUT, 2) /* (AD17) PRG2_PRU1_GPO2.PRG2_RGMII2_RD2 */
|
|
|
|
|
+ AM65X_IOPAD(0x00b8, PIN_INPUT, 2) /* (AH14) PRG2_PRU1_GPO3.PRG2_RGMII2_RD3 */
|
|
|
|
|
+ AM65X_IOPAD(0x00cc, PIN_OUTPUT, 2) /* (AD15) PRG2_PRU1_GPO8.PRG2_RGMII2_TD0 */
|
|
|
|
|
+ AM65X_IOPAD(0x00d0, PIN_OUTPUT, 2) /* (AF14) PRG2_PRU1_GPO9.PRG2_RGMII2_TD1 */
|
|
|
|
|
+ AM65X_IOPAD(0x00d4, PIN_OUTPUT, 2) /* (AC15) PRG2_PRU1_GPO10.PRG2_RGMII2_TD2 */
|
|
|
|
|
+ AM65X_IOPAD(0x00d8, PIN_OUTPUT, 2) /* (AD14) PRG2_PRU1_GPO11.PRG2_RGMII2_TD3 */
|
|
|
|
|
+ AM65X_IOPAD(0x00dc, PIN_INPUT, 2) /* (AE14) PRG2_PRU1_GPO16.PRG2_RGMII2_TXC */
|
|
|
|
|
+ AM65X_IOPAD(0x00c4, PIN_OUTPUT, 2) /* (AC17) PRG2_PRU1_GPO6.PRG2_RGMII2_TX_CTL */
|
|
|
|
|
+ AM65X_IOPAD(0x00c0, PIN_INPUT, 2) /* (AG15) PRG2_PRU1_GPO5.PRG2_RGMII2_RXC */
|
|
|
|
|
+ AM65X_IOPAD(0x00bc, PIN_INPUT, 2) /* (AG14) PRG2_PRU1_GPO4.PRG2_RGMII2_RX_CTL */
|
|
|
|
|
+
|
|
|
|
|
+ AM65X_IOPAD(0x0078, PIN_INPUT, 2) /* (AF18) PRG2_PRU0_GPO0.PRG2_RGMII1_RD0 */
|
|
|
|
|
+ AM65X_IOPAD(0x007c, PIN_INPUT, 2) /* (AE18) PRG2_PRU0_GPO1.PRG2_RGMII1_RD1 */
|
|
|
|
|
+ AM65X_IOPAD(0x0080, PIN_INPUT, 2) /* (AH17) PRG2_PRU0_GPO2.PRG2_RGMII1_RD2 */
|
|
|
|
|
+ AM65X_IOPAD(0x0084, PIN_INPUT, 2) /* (AG18) PRG2_PRU0_GPO3.PRG2_RGMII1_RD3 */
|
|
|
|
|
+ AM65X_IOPAD(0x0098, PIN_OUTPUT, 2) /* (AH16) PRG2_PRU0_GPO8.PRG2_RGMII1_TD0 */
|
|
|
|
|
+ AM65X_IOPAD(0x009c, PIN_OUTPUT, 2) /* (AG16) PRG2_PRU0_GPO9.PRG2_RGMII1_TD1 */
|
|
|
|
|
+ AM65X_IOPAD(0x00a0, PIN_OUTPUT, 2) /* (AF16) PRG2_PRU0_GPO10.PRG2_RGMII1_TD2 */
|
|
|
|
|
+ AM65X_IOPAD(0x00a4, PIN_OUTPUT, 2) /* (AE16) PRG2_PRU0_GPO11.PRG2_RGMII1_TD3 */
|
|
|
|
|
+ AM65X_IOPAD(0x00a8, PIN_INPUT, 2) /* (AD16) PRG2_PRU0_GPO16.PRG2_RGMII1_TXC */
|
|
|
|
|
+ AM65X_IOPAD(0x0090, PIN_OUTPUT, 2) /* (AE17) PRG2_PRU0_GPO6.PRG2_RGMII1_TX_CTL */
|
|
|
|
|
+ AM65X_IOPAD(0x008c, PIN_INPUT, 2) /* (AF17) PRG2_PRU0_GPO5.PRG2_RGMII1_RXC */
|
|
|
|
|
+ AM65X_IOPAD(0x0088, PIN_INPUT, 2) /* (AG17) PRG2_PRU0_GPO4.PRG2_RGMII1_RX_CTL */
|
|
|
|
|
+ >;
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&main_pmx1 {
|
|
&main_pmx1 {
|
|
@@ -409,3 +505,23 @@
|
|
|
#size-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+&icssg2_mdio {
|
|
|
|
|
+ status = "okay";
|
|
|
|
|
+ pinctrl-names = "default";
|
|
|
|
|
+ pinctrl-0 = <&icssg2_mdio_pins_default>;
|
|
|
|
|
+
|
|
|
|
|
+ pruss2_eth0_phy: ethernet-phy@0 {
|
|
|
|
|
+ reg = <0>;
|
|
|
|
|
+ ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
|
|
|
|
|
+ ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
|
|
|
|
|
+ ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ pruss2_eth1_phy: ethernet-phy@3 {
|
|
|
|
|
+ reg = <3>;
|
|
|
|
|
+ ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
|
|
|
|
|
+ ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
|
|
|
|
|
+ ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
|
|
|
|
|
+ };
|
|
|
|
|
+};
|