61 lines
899 B
Plaintext
61 lines
899 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";
|
|
};
|
|
|
|
&canxl0 {
|
|
pinctrl-0 = <&canxl0_default>;
|
|
pinctrl-names = "default";
|
|
};
|
|
|
|
&canxl1 {
|
|
pinctrl-0 = <&canxl1_default>;
|
|
pinctrl-names = "default";
|
|
};
|
|
|
|
&flexcan0 {
|
|
pinctrl-0 = <&flexcan0_default>;
|
|
pinctrl-names = "default";
|
|
};
|
|
|
|
&flexcan1 {
|
|
pinctrl-0 = <&flexcan1_default>;
|
|
pinctrl-names = "default";
|
|
};
|
|
|
|
&sar_adc0 {
|
|
vref-mv = <1800>;
|
|
};
|
|
|
|
&sar_adc1 {
|
|
vref-mv = <1800>;
|
|
};
|