blob: 38fd3d3febc82f4447ab32422fb4b089382c3446 [file] [log] [blame]
Neil Armstrongce9fa7b2019-08-30 14:09:27 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2019 BayLibre, SAS.
4 * Author: Maxime Jourdan <mjourdan@baylibre.com>
5 */
6
7/ {
8 soc {
9 u-boot,dm-pre-reloc;
10 };
11};
12
13&canvas {
14 status = "disabled";
15};
16
17&vpu {
18 reg = <0x0 0xff900000 0x0 0x100000>,
19 <0x0 0xff63c000 0x0 0x1000>,
20 <0x0 0xff638000 0x0 0x400>;
21 reg-names = "vpu", "hhi", "dmc";
22 u-boot,dm-pre-reloc;
23};
24
25&hdmi_tx {
26 reg = <0x0 0x0 0x0 0x10000>,
27 <0x0 0x3c000 0x0 0x1000>;
28 reg-names = "hdmitx", "hhi";
29};