hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
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
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd
 */
 
/dts-v1/;
#include "rk3126-bnd-d708.dtsi"
 
/ {
   model = "Rockchip RK3126 bnd-d708 board";
   compatible = "rockchip,rk3126";
};
 
&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";
       };
   };
};