0001 // SPDX-License-Identifier: ISC
0002 /*
0003 * Device Tree file for the Intel IXDP465 Control Plane processor reference
0004 * design, codename "BMP".
0005 */
0006
0007 /dts-v1/;
0008
0009 #include "intel-ixp45x-ixp46x.dtsi"
0010 #include "intel-ixp4xx-reference-design.dtsi"
0011 #include <dt-bindings/input/input.h>
0012
0013 / {
0014 model = "Intel IXDP465 BMP Reference Design";
0015 compatible = "intel,ixdp465", "intel,ixp46x";
0016 #address-cells = <1>;
0017 #size-cells = <1>;
0018
0019 soc {
0020 bus@c4000000 {
0021 flash@0,0 {
0022 compatible = "intel,ixp4xx-flash", "cfi-flash";
0023 bank-width = <2>;
0024 /* Enable writes on the expansion bus */
0025 intel,ixp4xx-eb-write-enable = <1>;
0026 /* 32 MB of Flash mapped in at CS0 and CS1 */
0027 reg = <0 0x00000000 0x2000000>;
0028
0029 partitions {
0030 compatible = "redboot-fis";
0031 /* Eraseblock at 0x1fe0000 */
0032 fis-index-block = <0xff>;
0033 };
0034 };
0035 };
0036 /* TODO: configure ethernet etc */
0037 };
0038 };