mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: rv1126: add csi phy node
Change-Id: I68d2def8357150e60a8c1ddc1511d44527ebd879 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
serial5 = &uart5;
|
||||
spi0 = &spi0;
|
||||
spi1 = &spi1;
|
||||
dphy0 = &csi_dphy0;
|
||||
dphy1 = &csi_dphy1;
|
||||
};
|
||||
|
||||
cpus {
|
||||
@@ -651,6 +653,24 @@
|
||||
<&pmucru CLK_OSC0_DIV32K>;
|
||||
};
|
||||
|
||||
csi_dphy0: csi-dphy@ff4b0000 {
|
||||
compatible = "rockchip,rv1126-csi-dphy";
|
||||
reg = <0xff4b0000 0x8000>;
|
||||
clocks = <&cru PCLK_CSIPHY0>;
|
||||
clock-names = "pclk";
|
||||
rockchip,grf = <&grf>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
csi_dphy1: csi-dphy@ff4b8000 {
|
||||
compatible = "rockchip,rv1126-csi-dphy";
|
||||
reg = <0xff4b8000 0x8000>;
|
||||
clocks = <&cru PCLK_CSIPHY1>;
|
||||
clock-names = "pclk";
|
||||
rockchip,grf = <&grf>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
u2phy0: usb2-phy@ff4c0000 {
|
||||
compatible = "rockchip,rv1126-usb2phy";
|
||||
reg = <0xff4c0000 0x8000>;
|
||||
|
||||
Reference in New Issue
Block a user