mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
28 lines
487 B
Text
28 lines
487 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "rk3588.dtsi"
|
||
|
#include "rk3588-edgeble-neu6a.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Edgeble Neu6A IO Board";
|
||
|
compatible = "edgeble,neural-compute-module-6a-io",
|
||
|
"edgeble,neural-compute-module-6a", "rockchip,rk3588";
|
||
|
|
||
|
aliases {
|
||
|
serial2 = &uart2;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = "serial2:1500000n8";
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart2 {
|
||
|
pinctrl-0 = <&uart2m0_xfer>;
|
||
|
status = "okay";
|
||
|
};
|