The chassis-type string identifies the form-factor of the system: add this property to all device trees of devices for which the form factor is known. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230517101108.205654-1-angelogioacchino.delregno@collabora.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
22 lines
404 B
Plaintext
22 lines
404 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2020 BayLibre, SAS.
|
|
* Author: Fabien Parent <fparent@baylibre.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "mt8167.dtsi"
|
|
#include "pumpkin-common.dtsi"
|
|
|
|
/ {
|
|
model = "Pumpkin MT8167";
|
|
chassis-type = "embedded";
|
|
compatible = "mediatek,mt8167-pumpkin", "mediatek,mt8167";
|
|
|
|
memory@40000000 {
|
|
device_type = "memory";
|
|
reg = <0 0x40000000 0 0x80000000>;
|
|
};
|
|
};
|