xref: /linux/arch/riscv/boot/dts/spacemit/k3-com260-ifx.dts (revision 67f8bc848ee31831336bd478e57d2f993551902e)
1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (c) 2026 SpacemiT (Hangzhou) Technology Co. Ltd
4 * Copyright (c) 2026 Yixun Lan <dlan@kernel.org>
5 */
6
7#include "k3-com260.dtsi"
8
9/ {
10	model = "SpacemiT K3 CoM260 IFX";
11	compatible = "spacemit,k3-com260-ifx", "spacemit,k3-com260", "spacemit,k3";
12
13	aliases {
14		serial0 = &uart0;
15		ethernet0 = &eth1;
16	};
17
18	chosen {
19		stdout-path = "serial0:115200n8";
20	};
21};
22
23&i2c1 {
24	pinctrl-names = "default";
25	pinctrl-0 = <&i2c1_1_cfg>;
26	status = "okay";
27
28	eeprom@50 {
29		compatible = "atmel,24c02";
30		pagesize = <8>;
31		reg = <0x50>;
32		read-only;
33		size = <256>;
34		status = "okay";
35	};
36};
37
38&sdhci0 {
39	pinctrl-names = "default","uhs";
40	pinctrl-0 = <&mmc1_cfg>;
41	pinctrl-1 = <&mmc1_uhs_cfg>;
42	bus-width = <4>;
43	cd-gpios = <&gpio K3_GPIO(4) GPIO_ACTIVE_HIGH>;
44	no-mmc;
45	no-sdio;
46	disable-wp;
47	cap-sd-highspeed;
48	vmmc-supply = <&aldo4>;
49	vqmmc-supply = <&aldo1>;
50	sd-uhs-sdr25;
51	sd-uhs-sdr50;
52	sd-uhs-sdr104;
53	status = "okay";
54};
55