rockchip
This commit is contained in:
35
rk3368-p9-avb.dts
Normal file
35
rk3368-p9-avb.dts
Normal file
@@ -0,0 +1,35 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "rk3368-p9.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Rockchip rk3368 p9 avb board";
|
||||
compatible = "rockchip,p9-avb", "rockchip,rk3368";
|
||||
};
|
||||
|
||||
&firmware_android {
|
||||
compatible = "android,firmware";
|
||||
boot_devices = "ff0f0000.dwmmc,ff400000.nandc";
|
||||
vbmeta {
|
||||
compatible = "android,vbmeta";
|
||||
parts = "vbmeta,dtbo";
|
||||
};
|
||||
fstab {
|
||||
compatible = "android,fstab";
|
||||
vendor {
|
||||
compatible = "android,vendor";
|
||||
dev = "/dev/block/by-name/vendor";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
|
||||
fsmgr_flags = "wait,avb";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&chosen {
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff690000 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 androidboot.selinux=permissive init=/init kpti=0";
|
||||
};
|
||||
Reference in New Issue
Block a user