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