xref: /freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-dreambox-two.dts (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1*0e8011faSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*0e8011faSEmmanuel Vadot/*
3*0e8011faSEmmanuel Vadot * Copyright (c) 2019 Christian Hewitt <christianshewitt@gmail.com>
4*0e8011faSEmmanuel Vadot */
5*0e8011faSEmmanuel Vadot
6*0e8011faSEmmanuel Vadot/dts-v1/;
7*0e8011faSEmmanuel Vadot
8*0e8011faSEmmanuel Vadot#include "meson-g12b-dreambox.dtsi"
9*0e8011faSEmmanuel Vadot
10*0e8011faSEmmanuel Vadot/ {
11*0e8011faSEmmanuel Vadot	compatible = "dream,dreambox-two", "amlogic,s922x", "amlogic,g12b";
12*0e8011faSEmmanuel Vadot	model = "Dreambox Two";
13*0e8011faSEmmanuel Vadot};
14*0e8011faSEmmanuel Vadot
15*0e8011faSEmmanuel Vadot&sd_emmc_a {
16*0e8011faSEmmanuel Vadot	sd-uhs-sdr12;
17*0e8011faSEmmanuel Vadot	sd-uhs-sdr25;
18*0e8011faSEmmanuel Vadot	sd-uhs-sdr50;
19*0e8011faSEmmanuel Vadot	sd-uhs-sdr104;
20*0e8011faSEmmanuel Vadot};
21