xref: /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-rex-pro.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2014 FEDEVEL, Inc.
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Author: Robert Nelson <robertcnelson@gmail.com>
6*f126890aSEmmanuel Vadot */
7*f126890aSEmmanuel Vadot/dts-v1/;
8*f126890aSEmmanuel Vadot#include "imx6q.dtsi"
9*f126890aSEmmanuel Vadot#include "imx6qdl-rex.dtsi"
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot/ {
12*f126890aSEmmanuel Vadot	model = "Rex Pro i.MX6 Quad Board";
13*f126890aSEmmanuel Vadot	compatible = "rex,imx6q-rex-pro", "fsl,imx6q";
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot	memory@10000000 {
16*f126890aSEmmanuel Vadot		device_type = "memory";
17*f126890aSEmmanuel Vadot		reg = <0x10000000 0x80000000>;
18*f126890aSEmmanuel Vadot	};
19*f126890aSEmmanuel Vadot};
20*f126890aSEmmanuel Vadot
21*f126890aSEmmanuel Vadot&ecspi3 {
22*f126890aSEmmanuel Vadot	flash: flash@0 {
23*f126890aSEmmanuel Vadot		compatible = "sst,sst25vf032b", "jedec,spi-nor";
24*f126890aSEmmanuel Vadot		spi-max-frequency = <20000000>;
25*f126890aSEmmanuel Vadot		reg = <0>;
26*f126890aSEmmanuel Vadot	};
27*f126890aSEmmanuel Vadot};
28*f126890aSEmmanuel Vadot
29*f126890aSEmmanuel Vadot&sata {
30*f126890aSEmmanuel Vadot	status = "okay";
31*f126890aSEmmanuel Vadot};
32