41960ab366
Remove all optional, initial CAN sample point properties and rely on the CAN timing calculations to automatically pick the preferred sample point location based on the initial bitrate. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
48 lines
787 B
Plaintext
48 lines
787 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";
|
|
bus-speed = <125000>;
|
|
bus-speed-data = <1000000>;
|
|
status = "okay";
|
|
};
|
|
|
|
&can1 {
|
|
pinctrl-0 = <&can1_default>;
|
|
pinctrl-names = "default";
|
|
bus-speed = <125000>;
|
|
bus-speed-data = <1000000>;
|
|
};
|