1*61232a70SPatrick Rudolph// SPDX-License-Identifier: GPL-2.0+
2*61232a70SPatrick Rudolph/*
3*61232a70SPatrick Rudolph * IBM Genesis3
4*61232a70SPatrick Rudolph *
5*61232a70SPatrick Rudolph * Copyright (C) 2022 9elements GmbH
6*61232a70SPatrick Rudolph */
7*61232a70SPatrick Rudolph
8*61232a70SPatrick Rudolph#include "ast2500-evb.dts"
9*61232a70SPatrick Rudolph
10*61232a70SPatrick Rudolph/ {
11*61232a70SPatrick Rudolph	model = "IBM Genesis3";
12*61232a70SPatrick Rudolph	compatible = "ibm,genesis3-bmc", "aspeed,ast2500";
13*61232a70SPatrick Rudolph};
14*61232a70SPatrick Rudolph
15*61232a70SPatrick Rudolph&spi1 {
16*61232a70SPatrick Rudolph	status = "disabled";
17*61232a70SPatrick Rudolph};
18*61232a70SPatrick Rudolph
19*61232a70SPatrick Rudolph&fmc {
20*61232a70SPatrick Rudolph	flash@0 {
21*61232a70SPatrick Rudolph		status = "okay";
22*61232a70SPatrick Rudolph	};
23*61232a70SPatrick Rudolph
24*61232a70SPatrick Rudolph	flash@1 {
25*61232a70SPatrick Rudolph		status = "okay";
26*61232a70SPatrick Rudolph	};
27*61232a70SPatrick Rudolph};
28*61232a70SPatrick Rudolph
29