Commit 8b5d3dc6 authored by Pierre-Yves MORDRET's avatar Pierre-Yves MORDRET Committed by Alexandre Torgue

ARM: dts: stm32: enable Vivante GPU support on stm32mp157a-dk1 board

Enable Vivante GPU driver for stm32mp157a-dk1 and dk2 boards.
Signed-off-by: default avatarPierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 0cc1bff0
......@@ -28,6 +28,17 @@ memory@c0000000 {
reg = <0xc0000000 0x20000000>;
};
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
gpu_reserved: gpu@d4000000 {
reg = <0xd4000000 0x4000000>;
no-map;
};
};
led {
compatible = "gpio-leds";
blue {
......@@ -65,6 +76,10 @@ phy0: ethernet-phy@0 {
};
};
&gpu {
contiguous-area = <&gpu_reserved>;
status = "okay";
};
&i2c4 {
pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment