dts: nxp: Convert ENET DT default to new binding.
Convert all of the NXP SOCs with ENET to use the new binding scheme, which is used by the new driver. Convert any boards using this SOC to the new scheme as well, and remove from the documentation the bit about the experimental nature of the new driver and the overlay that shall no longer exist. Some of the boards I do not have the hardware of, so apologies if something breaks, as I have no way to know. All the boards were made sure to at least build. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
fdbba0341c
commit
537d5c310c
44 changed files with 485 additions and 1158 deletions
|
@ -160,19 +160,6 @@ arduino_serial: &lpuart2 {
|
|||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&enet {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&pinmux_enet>;
|
||||
pinctrl-names = "default";
|
||||
int-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
|
||||
reset-gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
|
||||
ptp {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&pinmux_ptp>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
};
|
||||
|
||||
zephyr_udc0: &usb1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue