ronnie
2022-10-14 1504bb53e29d3d46222c0b3ea994fc494b48e153
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Allwinner Technology CO., Ltd. sun50iw6p1 soc perf1_v1_0 board.
 *
 * soc board support.
 */
 
/dts-v1/;
 
#include "sun50iw3p1.dtsi"
 
/{
 
   soc@03000000 {
 
   };
 
   chosen {
       bootargs = "earlyprintk=sunxi-uart,0x05000000 loglevel=8 initcall_debug=1 console=ttyS0 init=/init";
   };
};