blob: 6629f3256a843ec76f7a78655e163941ae560ce4 [file] [log] [blame]
Neil Armstrongda9c6592019-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/ {
Michal Simek50fa1182023-05-17 09:17:16 +02008 /* Keep HW order from U-Boot */
Neil Armstrong513f1052021-09-17 09:37:02 +02009 aliases {
10 /delete-property/ mmc0;
11 /delete-property/ mmc1;
12 /delete-property/ mmc2;
13 };
14
Neil Armstrongda9c6592019-08-30 14:09:27 +020015 soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070016 bootph-all;
Neil Armstrongda9c6592019-08-30 14:09:27 +020017 };
18};
19
Neil Armstrongda9c6592019-08-30 14:09:27 +020020&vpu {
21 reg = <0x0 0xff900000 0x0 0x100000>,
22 <0x0 0xff63c000 0x0 0x1000>,
23 <0x0 0xff638000 0x0 0x400>;
24 reg-names = "vpu", "hhi", "dmc";
Simon Glassd3a98cb2023-02-13 08:56:33 -070025 bootph-all;
Neil Armstrongda9c6592019-08-30 14:09:27 +020026};
27
28&hdmi_tx {
29 reg = <0x0 0x0 0x0 0x10000>,
30 <0x0 0x3c000 0x0 0x1000>;
31 reg-names = "hdmitx", "hhi";
32};