]> git.ipfire.org Git - thirdparty/u-boot.git/blame - src/arm64/rockchip/rk3588-edgeble-neu6a-io.dts
Squashed 'dts/upstream/' changes from aaba2d45dc2a..b35b9bd1d4ee
[thirdparty/u-boot.git] / src / arm64 / rockchip / rk3588-edgeble-neu6a-io.dts
CommitLineData
53633a89
TR
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
4 */
5
6/dts-v1/;
7#include "rk3588.dtsi"
8#include "rk3588-edgeble-neu6a.dtsi"
9
10/ {
11 model = "Edgeble Neu6A IO Board";
12 compatible = "edgeble,neural-compute-module-6a-io",
13 "edgeble,neural-compute-module-6a", "rockchip,rk3588";
14
53633a89
TR
15 chosen {
16 stdout-path = "serial2:1500000n8";
17 };
18};
19
20&uart2 {
21 pinctrl-0 = <&uart2m0_xfer>;
22 status = "okay";
23};