blob: efa6a0570bdb867c96920e5f5103ce0777219f1b [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/ {
Neil Armstrong513f1052021-09-17 09:37:02 +02008 /* Keep HW order from U-boot */
9 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
20&canvas {
21 status = "disabled";
22};
23
24&vpu {
25 reg = <0x0 0xff900000 0x0 0x100000>,
26 <0x0 0xff63c000 0x0 0x1000>,
27 <0x0 0xff638000 0x0 0x400>;
28 reg-names = "vpu", "hhi", "dmc";
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-all;
Neil Armstrongda9c6592019-08-30 14:09:27 +020030};
31
32&hdmi_tx {
33 reg = <0x0 0x0 0x0 0x10000>,
34 <0x0 0x3c000 0x0 0x1000>;
35 reg-names = "hdmitx", "hhi";
36};