]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/dts/meson-gx-u-boot.dtsi
dm: dts: Convert driver model tags to use new schema
[thirdparty/u-boot.git] / arch / arm / dts / meson-gx-u-boot.dtsi
CommitLineData
671b1db8
MJ
1// 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/ {
535dcb55
NA
8 /* Keep HW order from U-boot */
9 aliases {
10 /delete-property/ mmc0;
11 /delete-property/ mmc1;
12 /delete-property/ mmc2;
13 };
14
671b1db8 15 soc {
8c103c33 16 bootph-all;
671b1db8
MJ
17 };
18};
19
20&vpu {
c8ccca92
NA
21 reg = <0x0 0xd0100000 0x0 0x100000>,
22 <0x0 0xc883c000 0x0 0x1000>,
23 <0x0 0xc8838000 0x0 0x1000>;
24 reg-names = "vpu", "hhi", "dmc";
8c103c33 25 bootph-all;
671b1db8 26};
2ebade0d
MJ
27
28&hdmi_tx {
29 reg = <0x0 0xc883a000 0x0 0x1c>,
30 <0x0 0xc883c000 0x0 0x1000>;
31 reg-names = "hdmitx", "hhi";
32};