mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
arm64: dts: rockchip: rk3368: add rkisp1 and mipi_dphy node
Change-Id: I2f355d4763a912787600814e5f7df1eb5f38d7b9 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -1447,6 +1447,21 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rkisp1: rkisp1@ff910000 {
|
||||
compatible = "rockchip,rk3368-rkisp1";
|
||||
reg = <0x0 0xff910000 0x0 0x4000>;
|
||||
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "isp_irq";
|
||||
clocks = <&cru ACLK_RGA>, <&cru HCLK_ISP>,
|
||||
<&cru SCLK_ISP>, <&cru PCLK_ISP>;
|
||||
clock-names = "aclk_isp", "hclk_isp",
|
||||
"clk_isp", "pclk_isp";
|
||||
devfreq = <&dmc>;
|
||||
power-domains = <&power RK3368_PD_VIO>;
|
||||
iommus = <&isp_mmu>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
isp_mmu: iommu@ff914000 {
|
||||
compatible = "rockchip,iommu";
|
||||
reg = <0x0 0xff914000 0x0 0x100>,
|
||||
@@ -1597,6 +1612,16 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
mipi_dphy_rx0: mipi-dphy-rx0@ff96C000 {
|
||||
compatible = "rockchip,rk3368-mipi-dphy";
|
||||
reg = <0x0 0xff96C000 0x0 0x4000>;
|
||||
clocks = <&cru PCLK_DPHYRX>;
|
||||
clock-names = "pclk_dphyrx";
|
||||
power-domains = <&power RK3368_PD_VIO>;
|
||||
rockchip,grf = <&grf>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
edp: edp@ff970000 {
|
||||
compatible = "rockchip,rk3368-edp";
|
||||
reg = <0x0 0xff970000 0x0 0x8000>;
|
||||
|
||||
Reference in New Issue
Block a user