xref: /freebsd/sys/contrib/device-tree/src/arm64/microchip/sparx5_pcb135.dts (revision 6be3386466ab79a84b48429ae66244f21526d3df)
1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2c66ec88fSEmmanuel Vadot/*
3c66ec88fSEmmanuel Vadot * Copyright (c) 2020 Microchip Technology Inc. and its subsidiaries.
4c66ec88fSEmmanuel Vadot */
5c66ec88fSEmmanuel Vadot
6c66ec88fSEmmanuel Vadot/dts-v1/;
7c66ec88fSEmmanuel Vadot#include "sparx5_pcb135_board.dtsi"
8*6be33864SEmmanuel Vadot#include "sparx5_nand.dtsi"
9c66ec88fSEmmanuel Vadot
10c66ec88fSEmmanuel Vadot/ {
11c66ec88fSEmmanuel Vadot	model = "Sparx5 PCB135 Reference Board (NAND)";
12c66ec88fSEmmanuel Vadot	compatible = "microchip,sparx5-pcb135", "microchip,sparx5";
13c66ec88fSEmmanuel Vadot
14c66ec88fSEmmanuel Vadot	memory@0 {
15c66ec88fSEmmanuel Vadot		device_type = "memory";
16c66ec88fSEmmanuel Vadot		reg = <0x00000000 0x00000000 0x10000000>;
17c66ec88fSEmmanuel Vadot	};
18c66ec88fSEmmanuel Vadot};
19