summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3328-box-liantong.dts
blob: dcff87208d39a0f4803ceeb8cf91471810ba28d8 (plain)
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
/*
 * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd
 *
 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 */

/dts-v1/;
#include "rk3328-box-liantong.dtsi"

/ {
	model = "Rockchip RK3328 box liantong";
	compatible = "rockchip,rk3328-box-liantong", "rockchip,rk3328";
};

&firmware_android{
	compatible = "android,firmware";
	fstab {
		compatible = "android,fstab";
		system {
			compatible = "android,system";
			dev = "/dev/block/platform/ff520000.dwmmc/by-name/system";
			type = "ext4";
			mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
			fsmgr_flags = "wait,verify";
		};
		vendor {
			compatible = "android,vendor";
			dev = "/dev/block/platform/ff520000.dwmmc/by-name/vendor";
			type = "ext4";
			mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
			fsmgr_flags = "wait,verify";
		};
	};
};