Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
e603b553
Project 'edgehog/bsp/nxp/linux-seco-imx' was moved to 'clea-os/bsp/nxp/linux-seco-imx'. Please update any links and bookmarks that may still have the old path.
Commit
e603b553
authored
2 years ago
by
Gianfranco Mariotti
Browse files
Options
Downloads
Patches
Plain Diff
[D18] enable DP83867 ethernet ports
parent
f4d9ae56
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm64/boot/dts/seco/seco-imx8mp-d18.dts
+17
-15
17 additions, 15 deletions
arch/arm64/boot/dts/seco/seco-imx8mp-d18.dts
with
17 additions
and
15 deletions
arch/arm64/boot/dts/seco/seco-imx8mp-d18.dts
+
17
−
15
View file @
e603b553
...
...
@@ -7,6 +7,7 @@
#include <dt-bindings/usb/pd.h>
#include "include/imx8mp.dtsi"
#include "dt-bindings/net/ti-dp83867.h"
/ {
model = "SECO i.MX8MPlus LPDDR4 D18 board";
...
...
@@ -129,6 +130,9 @@
pinctrl-0 = <&pinctrl_eqos>;
phy-mode = "rgmii-id";
phy-handle = <ðphy0>;
phy-reset-gpios = <&gpio3 21 GPIO_ACTIVE_LOW>;
phy-reset-active-low;
phy-reset-duration = <1>;
status = "okay";
mdio {
...
...
@@ -137,11 +141,12 @@
#size-cells = <0>;
ethphy0: ethernet-phy@1 {
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_8_B_NIB>;
compatible = "ethernet-phy-ieee802.3-c22";
reg = <1>;
eee-broken-1000t;
rtl821x,aldps-disable;
rtl821x,clkout-disable;
};
};
};
...
...
@@ -151,18 +156,21 @@
pinctrl-0 = <&pinctrl_fec>;
phy-mode = "rgmii-id";
phy-handle = <ðphy1>;
fsl,magic-packet;
phy-reset-gpios = <&gpio4 20 GPIO_ACTIVE_LOW>;
phy-reset-active-low;
phy-reset-duration = <1>;
status = "okay";
mdio {
#address-cells = <1>;
#size-cells = <0>;
ethphy1: ethernet-phy@1 {
ethphy1: ethernet-phy@2 {
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_8_B_NIB>;
compatible = "ethernet-phy-ieee802.3-c22";
reg = <1>;
eee-broken-1000t;
rtl821x,clkout-disable;
reg = <2>;
};
};
};
...
...
@@ -628,7 +636,7 @@
MX8MP_IOMUXC_ENET_TD3__ENET_QOS_RGMII_TD3 0x1f
MX8MP_IOMUXC_ENET_TX_CTL__ENET_QOS_RGMII_TX_CTL 0x1f
MX8MP_IOMUXC_ENET_TXC__CCM_ENET_QOS_CLOCK_GENERATE_TX_CLK 0x1f
MX8MP_IOMUXC_SAI
2
_RX
C
__GPIO
4
_IO2
2
0x19
MX8MP_IOMUXC_SAI
5
_RX
D0
__GPIO
3
_IO2
1
0x19
>;
};
...
...
@@ -648,7 +656,7 @@
MX8MP_IOMUXC_SAI1_TXD3__ENET1_RGMII_TD3 0x1f
MX8MP_IOMUXC_SAI1_TXD4__ENET1_RGMII_TX_CTL 0x1f
MX8MP_IOMUXC_SAI1_TXD5__ENET1_RGMII_TXC 0x1f
MX8MP_IOMUXC_SAI1_
RXD0
__GPIO4_IO
0
2 0x19
MX8MP_IOMUXC_SAI1_
MCLK
__GPIO4_IO2
0
0x19
>;
};
...
...
@@ -767,12 +775,6 @@
>;
};
pinctrl_typec_mux: typec1muxgrp {
fsl,pins = <
MX8MP_IOMUXC_SAI1_MCLK__GPIO4_IO20 0x16
>;
};
pinctrl_uart2: uart2grp {
fsl,pins = <
MX8MP_IOMUXC_UART2_RXD__UART2_DCE_RX 0x49
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment