xref: /freebsd-src/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp46x-ixdp465.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: ISC
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Device Tree file for the Intel IXDP465 Control Plane processor reference
4*f126890aSEmmanuel Vadot * design, codename "BMP".
5*f126890aSEmmanuel Vadot */
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadot/dts-v1/;
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot#include "intel-ixp45x-ixp46x.dtsi"
10*f126890aSEmmanuel Vadot#include "intel-ixp4xx-reference-design.dtsi"
11*f126890aSEmmanuel Vadot#include <dt-bindings/input/input.h>
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot/ {
14*f126890aSEmmanuel Vadot	model = "Intel IXDP465 BMP Reference Design";
15*f126890aSEmmanuel Vadot	compatible = "intel,ixdp465", "intel,ixp46x";
16*f126890aSEmmanuel Vadot	#address-cells = <1>;
17*f126890aSEmmanuel Vadot	#size-cells = <1>;
18*f126890aSEmmanuel Vadot
19*f126890aSEmmanuel Vadot	soc {
20*f126890aSEmmanuel Vadot		bus@c4000000 {
21*f126890aSEmmanuel Vadot			flash@0,0 {
22*f126890aSEmmanuel Vadot				compatible = "intel,ixp4xx-flash", "cfi-flash";
23*f126890aSEmmanuel Vadot				bank-width = <2>;
24*f126890aSEmmanuel Vadot				/* Enable writes on the expansion bus */
25*f126890aSEmmanuel Vadot				intel,ixp4xx-eb-write-enable = <1>;
26*f126890aSEmmanuel Vadot				/* 32 MB of Flash mapped in at CS0 and CS1 */
27*f126890aSEmmanuel Vadot				reg = <0 0x00000000 0x2000000>;
28*f126890aSEmmanuel Vadot
29*f126890aSEmmanuel Vadot				partitions {
30*f126890aSEmmanuel Vadot					compatible = "redboot-fis";
31*f126890aSEmmanuel Vadot					/* Eraseblock at 0x1fe0000 */
32*f126890aSEmmanuel Vadot					fis-index-block = <0xff>;
33*f126890aSEmmanuel Vadot				};
34*f126890aSEmmanuel Vadot			};
35*f126890aSEmmanuel Vadot		};
36*f126890aSEmmanuel Vadot		/* TODO: configure ethernet etc */
37*f126890aSEmmanuel Vadot	};
38*f126890aSEmmanuel Vadot};
39