xref: /freebsd/sys/contrib/device-tree/src/arm64/cix/sky1-orion-o6.dts (revision 833e5d42ab135b0238e61c5b3c19b8619677cbfa)
1*833e5d42SEmmanuel Vadot// SPDX-License-Identifier: BSD-3-Clause
2*833e5d42SEmmanuel Vadot/*
3*833e5d42SEmmanuel Vadot * Copyright 2025 Cix Technology Group Co., Ltd.
4*833e5d42SEmmanuel Vadot *
5*833e5d42SEmmanuel Vadot */
6*833e5d42SEmmanuel Vadot
7*833e5d42SEmmanuel Vadot/dts-v1/;
8*833e5d42SEmmanuel Vadot
9*833e5d42SEmmanuel Vadot#include "sky1.dtsi"
10*833e5d42SEmmanuel Vadot/ {
11*833e5d42SEmmanuel Vadot	model = "Radxa Orion O6";
12*833e5d42SEmmanuel Vadot	compatible = "radxa,orion-o6", "cix,sky1";
13*833e5d42SEmmanuel Vadot
14*833e5d42SEmmanuel Vadot	aliases {
15*833e5d42SEmmanuel Vadot		serial2 = &uart2;
16*833e5d42SEmmanuel Vadot	};
17*833e5d42SEmmanuel Vadot
18*833e5d42SEmmanuel Vadot	chosen {
19*833e5d42SEmmanuel Vadot		stdout-path = &uart2;
20*833e5d42SEmmanuel Vadot	};
21*833e5d42SEmmanuel Vadot
22*833e5d42SEmmanuel Vadot	reserved-memory {
23*833e5d42SEmmanuel Vadot		#address-cells = <2>;
24*833e5d42SEmmanuel Vadot		#size-cells = <2>;
25*833e5d42SEmmanuel Vadot		ranges;
26*833e5d42SEmmanuel Vadot
27*833e5d42SEmmanuel Vadot		linux,cma {
28*833e5d42SEmmanuel Vadot			compatible = "shared-dma-pool";
29*833e5d42SEmmanuel Vadot			reusable;
30*833e5d42SEmmanuel Vadot			size = <0x0 0x28000000>;
31*833e5d42SEmmanuel Vadot			linux,cma-default;
32*833e5d42SEmmanuel Vadot		};
33*833e5d42SEmmanuel Vadot	};
34*833e5d42SEmmanuel Vadot
35*833e5d42SEmmanuel Vadot};
36*833e5d42SEmmanuel Vadot
37*833e5d42SEmmanuel Vadot&uart2 {
38*833e5d42SEmmanuel Vadot	status = "okay";
39*833e5d42SEmmanuel Vadot};
40