44 lines
683 B
Plaintext
44 lines
683 B
Plaintext
/*
|
|
* Copyright 2022-2024 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "s32z2xxdc2_s32z270_pinctrl.dtsi"
|
|
|
|
&swt0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&emdio {
|
|
pinctrl-0 = <&emdio_default>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
|
|
phy0: ethernet-phy@7 {
|
|
compatible = "ethernet-phy";
|
|
reg = <0x7>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
&enetc_psi0 {
|
|
local-mac-address = [00 00 00 01 02 00];
|
|
pinctrl-0 = <ð0_default>;
|
|
pinctrl-names = "default";
|
|
clock-frequency = <300000000>;
|
|
phy-handle = <&phy0>;
|
|
status = "okay";
|
|
};
|
|
|
|
&can0 {
|
|
pinctrl-0 = <&can0_default>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
};
|
|
|
|
&can1 {
|
|
pinctrl-0 = <&can1_default>;
|
|
pinctrl-names = "default";
|
|
};
|