summaryrefslogtreecommitdiff
path: root/arch/loongarch/boot/dts/loongson-2k0500-ref.dts
AgeCommit message (Collapse)AuthorFilesLines
2024-06-03LoongArch: Fix GMAC's phy-mode definitions in dtsHuacai Chen1-2/+2
The GMAC of Loongson chips cannot insert the correct 1.5-2ns delay. So we need the PHY to insert internal delays for both transmit and receive data lines from/to the PHY device. Fix this by changing the "phy-mode" from "rgmii" to "rgmii-id" in dts. Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
2024-02-23LoongArch: dts: Minor whitespace cleanupKrzysztof Kozlowski1-1/+1
The DTS code coding style expects exactly one space before '{' character. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
2024-01-17LoongArch: dts: DeviceTree for Loongson-2K0500Binbin Zhou1-0/+88
Add DeviceTree file for Loongson-2K0500 processor, which integrates one 64-bit 2-issue superscalar LA264 processor core. Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>