1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2022 Rockchip Electronics Co., Ltd. 4 * 5 */ 6 7/dts-v1/; 8#include "rk3399.dtsi" 9 10/ { 11 model = "Rockchip RK3399 FPGA Board"; 12 compatible = "rockchip,fpga", "rockchip,rk3399"; 13 14 chosen { 15 bootargs = "init=/init console=uart,mmio32,0xff1a0000"; 16 }; 17 18 memory@00000000 { 19 device_type = "memory"; 20 reg = <0x0 0x00000000 0x0 0x20000000>; 21 }; 22}; 23 24&uart2 { 25 status = "okay"; 26 clocks = <&xin24m>, <&xin24m>; 27}; 28 29