xref: /freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a7-phyboard-lyra-rdk.dts (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1*0e8011faSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only OR MIT
2*0e8011faSEmmanuel Vadot/*
3*0e8011faSEmmanuel Vadot * Copyright (C) 2023 - 2024 PHYTEC America LLC
4*0e8011faSEmmanuel Vadot * Author: Garrett Giordano <ggiordano@phytec.com>
5*0e8011faSEmmanuel Vadot *
6*0e8011faSEmmanuel Vadot * Product homepage:
7*0e8011faSEmmanuel Vadot * https://www.phytec.com/product/phyboard-am62a
8*0e8011faSEmmanuel Vadot */
9*0e8011faSEmmanuel Vadot
10*0e8011faSEmmanuel Vadot#include "k3-am62a7.dtsi"
11*0e8011faSEmmanuel Vadot#include "k3-am62a-phycore-som.dtsi"
12*0e8011faSEmmanuel Vadot#include "k3-am62x-phyboard-lyra.dtsi"
13*0e8011faSEmmanuel Vadot
14*0e8011faSEmmanuel Vadot/ {
15*0e8011faSEmmanuel Vadot	compatible = "phytec,am62a7-phyboard-lyra-rdk",
16*0e8011faSEmmanuel Vadot		     "phytec,am62a-phycore-som", "ti,am62a7";
17*0e8011faSEmmanuel Vadot	model = "PHYTEC phyBOARD-Lyra AM62A7";
18*0e8011faSEmmanuel Vadot};
19