hc
2024-08-12 233ab1bd4c5697f5cdec94e60206e8c6ac609b4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
 * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd
 *
 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 */
 
/dts-v1/;
#include "rk3326-863-lp3-v10.dtsi"
 
/ {
   model = "Rockchip rk3326 863 board";
   compatible = "rockchip,rk3326-863-lp3-v10", "rockchip,rk3326";
};
 
&cif {
   status = "okay";
};
 
&cif_sensor {
   status = "okay";
};
 
&firmware_android {
   compatible = "android,firmware";
   fstab {
       compatible = "android,fstab";
       system {
           compatible = "android,system";
           dev = "/dev/block/by-name/system";
           type = "ext4";
           mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
           fsmgr_flags = "wait";
       };
       vendor {
           compatible = "android,vendor";
           dev = "/dev/block/by-name/vendor";
           type = "ext4";
           mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
           fsmgr_flags = "wait";
       };
   };
};