1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2023 Edgeble AI Technologies Pvt. Ltd.
4 */
5
6/dts-v1/;
7#include "rk3588j.dtsi"
8#include "rk3588-edgeble-neu6b.dtsi"
9
10/ {
11	model = "Edgeble Neu6B IO Board";
12	compatible = "edgeble,neural-compute-module-6b-io",
13		     "edgeble,neural-compute-module-6b", "rockchip,rk3588";
14
15	aliases {
16		serial2 = &uart2;
17	};
18
19	chosen {
20		stdout-path = "serial2:1500000n8";
21	};
22};
23
24&combphy0_ps {
25	status = "okay";
26};
27
28&sata0 {
29	status = "okay";
30};
31
32&sdmmc {
33	bus-width = <4>;
34	cap-mmc-highspeed;
35	cap-sd-highspeed;
36	disable-wp;
37	no-sdio;
38	no-mmc;
39	sd-uhs-sdr104;
40	vmmc-supply = <&vcc_3v3_s3>;
41	vqmmc-supply = <&vccio_sd_s0>;
42	status = "okay";
43};
44
45&uart2 {
46	pinctrl-0 = <&uart2m0_xfer>;
47	status = "okay";
48};
49