mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: move the common things to the rk3399-linux.dtsi
In order to reduce the duplication of code, let's move the common things to the rk3399-linux.dtsi. Change-Id: I066d99642190cfcbe1c8d16d05849297176f9e6b Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016 Fuzhou Rockchip Electronics Co., Ltd
|
||||
* Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd
|
||||
*
|
||||
* This file is dual-licensed: you can use it either under the terms
|
||||
* of the GPL or the X11 license, at your option. Note that this dual
|
||||
@@ -75,6 +75,17 @@
|
||||
memory-region = <&ramoops_mem>;
|
||||
};
|
||||
|
||||
fiq_debugger: fiq-debugger {
|
||||
compatible = "rockchip,fiq-debugger";
|
||||
rockchip,serial-id = <2>;
|
||||
rockchip,signal-irq = <182>;
|
||||
rockchip,wake-irq = <0>;
|
||||
rockchip,irq-mode-enable = <1>; /* If enable uart uses irq instead of fiq */
|
||||
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart2c_xfer>;
|
||||
};
|
||||
|
||||
cif_isp0: cif_isp@ff910000 {
|
||||
compatible = "rockchip,rk3399-cif-isp";
|
||||
rockchip,grf = <&grf>;
|
||||
@@ -191,6 +202,22 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rkvdec {
|
||||
status = "okay";
|
||||
/* 0 means ion, 1 means drm */
|
||||
//allocator = <0>;
|
||||
};
|
||||
|
||||
&uart2 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&vpu {
|
||||
status = "okay";
|
||||
/* 0 means ion, 1 means drm */
|
||||
//allocator = <0>;
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
isp {
|
||||
cif_clkout: cif-clkout {
|
||||
|
||||
Reference in New Issue
Block a user