mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 23:46:45 +00:00

Improve style with node property order sort of common properties before vendor prefixes Signed-off-by: E Shattow <e@freeshell.de> Acked-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
76 lines
1.2 KiB
Plaintext
76 lines
1.2 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0 OR MIT
|
|
/*
|
|
* Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "jh7110-common.dtsi"
|
|
|
|
/ {
|
|
model = "Milk-V Mars";
|
|
compatible = "milkv,mars", "starfive,jh7110";
|
|
};
|
|
|
|
&gmac0 {
|
|
assigned-clocks = <&aoncrg JH7110_AONCLK_GMAC0_TX>;
|
|
assigned-clock-parents = <&aoncrg JH7110_AONCLK_GMAC0_RMII_RTX>;
|
|
starfive,tx-use-rgmii-clk;
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&phy0 {
|
|
rx-internal-delay-ps = <1500>;
|
|
tx-internal-delay-ps = <1500>;
|
|
motorcomm,rx-clk-drv-microamp = <3970>;
|
|
motorcomm,rx-data-drv-microamp = <2910>;
|
|
motorcomm,tx-clk-10-inverted;
|
|
motorcomm,tx-clk-100-inverted;
|
|
motorcomm,tx-clk-1000-inverted;
|
|
motorcomm,tx-clk-adj-enabled;
|
|
};
|
|
|
|
&pwm {
|
|
status = "okay";
|
|
};
|
|
|
|
&pwmdac {
|
|
status = "okay";
|
|
};
|
|
|
|
&spi0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&sysgpio {
|
|
usb0_pins: usb0-0 {
|
|
vbus-pins {
|
|
pinmux = <GPIOMUX(25, GPOUT_SYS_USB_DRIVE_VBUS,
|
|
GPOEN_ENABLE,
|
|
GPI_NONE)>;
|
|
bias-disable;
|
|
input-disable;
|
|
input-schmitt-disable;
|
|
slew-rate = <0>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&usb0 {
|
|
dr_mode = "host";
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&usb0_pins>;
|
|
status = "okay";
|
|
};
|