xref: /freebsd/sys/contrib/device-tree/src/arm64/airoha/en7581-evb.dts (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1*0e8011faSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*0e8011faSEmmanuel Vadot/dts-v1/;
3*0e8011faSEmmanuel Vadot
4*0e8011faSEmmanuel Vadot/* Bootloader installs ATF here */
5*0e8011faSEmmanuel Vadot/memreserve/ 0x80000000 0x200000;
6*0e8011faSEmmanuel Vadot
7*0e8011faSEmmanuel Vadot#include "en7581.dtsi"
8*0e8011faSEmmanuel Vadot
9*0e8011faSEmmanuel Vadot/ {
10*0e8011faSEmmanuel Vadot	model = "Airoha EN7581 Evaluation Board";
11*0e8011faSEmmanuel Vadot	compatible = "airoha,en7581-evb", "airoha,en7581";
12*0e8011faSEmmanuel Vadot
13*0e8011faSEmmanuel Vadot	aliases {
14*0e8011faSEmmanuel Vadot		serial0 = &uart1;
15*0e8011faSEmmanuel Vadot	};
16*0e8011faSEmmanuel Vadot
17*0e8011faSEmmanuel Vadot	chosen {
18*0e8011faSEmmanuel Vadot		stdout-path = "serial0:115200n8";
19*0e8011faSEmmanuel Vadot		linux,usable-memory-range = <0x0 0x80200000 0x0 0x1fe00000>;
20*0e8011faSEmmanuel Vadot	};
21*0e8011faSEmmanuel Vadot
22*0e8011faSEmmanuel Vadot	memory@80000000 {
23*0e8011faSEmmanuel Vadot		device_type = "memory";
24*0e8011faSEmmanuel Vadot		reg = <0x0 0x80000000 0x2 0x00000000>;
25*0e8011faSEmmanuel Vadot	};
26*0e8011faSEmmanuel Vadot};
27