1// SPDX-License-Identifier: GPL-2.0 OR MIT 2/* 3 * Copyright (C) 2025 Junhui Liu <junhui.liu@pigmoral.tech> 4 */ 5 6#include "dr1v90.dtsi" 7 8/ { 9 model = "Milianke MLKPAI-FS01"; 10 compatible = "milianke,mlkpai-fs01", "anlogic,dr1v90"; 11 12 aliases { 13 serial0 = &uart1; 14 }; 15 16 chosen { 17 stdout-path = "serial0:115200n8"; 18 }; 19 20 memory@0 { 21 device_type = "memory"; 22 reg = <0x0 0x0 0x0 0x20000000>; 23 }; 24}; 25 26&uart1 { 27 status = "okay"; 28}; 29