mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: rk3568: add ebc and eink node
Signed-off-by: Zorro Liu <lyx@rock-chips.com> Change-Id: Ie399fb4be729cbd048c9107500b6a4844763aee2
This commit is contained in:
@@ -868,6 +868,19 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ebc: ebc@fdec0000 {
|
||||
compatible = "rockchip,rk3568-ebc-tcon";
|
||||
reg = <0x0 0xfdec0000 0x0 0x5000>;
|
||||
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru HCLK_EBC>, <&cru DCLK_EBC>;
|
||||
clock-names = "hclk", "dclk";
|
||||
power-domains = <&power RK3568_PD_RGA>;
|
||||
rockchip,grf = <&grf>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ebc_pins>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
jpegd: jpegd@fded0000 {
|
||||
compatible = "rockchip,rkv-jpeg-decoder-v1";
|
||||
reg = <0x0 0xfded0000 0x0 0x400>;
|
||||
@@ -930,6 +943,15 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
eink: eink@fdf00000 {
|
||||
compatible = "rockchip,rk3568-eink-tcon";
|
||||
reg = <0x0 0xfdf00000 0x0 0x74>;
|
||||
interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru PCLK_EINK>, <&cru HCLK_EINK>;
|
||||
clock-names = "pclk", "hclk";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rkvenc: rkvenc@fdf40000 {
|
||||
compatible = "rockchip,rkv-encoder-v1";
|
||||
reg = <0x0 0xfdf40000 0x0 0x400>;
|
||||
|
||||
Reference in New Issue
Block a user