提交 8b5d3dc6 编写于 作者: P Pierre-Yves MORDRET 提交者: 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: NPierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
上级 0cc1bff0
......@@ -28,6 +28,17 @@
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 @@
};
};
&gpu {
contiguous-area = <&gpu_reserved>;
status = "okay";
};
&i2c4 {
pinctrl-names = "default";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部