Skip to content

Commit 1cac658

Browse files
6by9popcornmix
authored andcommitted
arm: dts: bcm2711-rpi: Add HEVC decoder node
Add the configuration information for the HEVC decoder. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent e0c3636 commit 1cac658

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

arch/arm/boot/dts/broadcom/bcm2711-rpi.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,7 @@
113113
&vchiq {
114114
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
115115
};
116+
117+
&hevc_dec {
118+
clocks = <&firmware_clocks 11>;
119+
};

arch/arm/boot/dts/broadcom/bcm2711.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,15 @@
612612
resets = <&pm BCM2835_RESET_V3D>;
613613
interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
614614
};
615+
616+
hevc_dec: codec@7eb10000 {
617+
compatible = "brcm,bcm2711-hevc-dec", "raspberrypi,hevc-dec";
618+
reg = <0x0 0x7eb00000 0x10000>, /* HEVC */
619+
<0x0 0x7eb10000 0x1000>; /* INTC */
620+
reg-names = "hevc",
621+
"intc";
622+
interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
623+
};
615624
};
616625
};
617626

0 commit comments

Comments
 (0)