xref: /kernel/linux/linux-5.10/scripts/dtc/include-prefixes/arm64/intel/keembay-evm.dts
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/scripts/dtc/include-prefixes/arm64/intel/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2020, Intel Corporation
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Device tree describing Keem Bay EVM board.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci/dts-v1/;
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#include "keembay-soc.dtsi"
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci/ {
138c2ecf20Sopenharmony_ci	model = "Keem Bay EVM";
148c2ecf20Sopenharmony_ci	compatible = "intel,keembay-evm", "intel,keembay";
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci	#address-cells = <2>;
178c2ecf20Sopenharmony_ci	#size-cells = <2>;
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci	aliases {
208c2ecf20Sopenharmony_ci		serial0 = &uart3;
218c2ecf20Sopenharmony_ci	};
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci	chosen {
248c2ecf20Sopenharmony_ci		stdout-path = "serial0:115200n8";
258c2ecf20Sopenharmony_ci	};
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ci	memory@80000000 {
288c2ecf20Sopenharmony_ci		device_type = "memory";
298c2ecf20Sopenharmony_ci		/* 2GB of DDR memory. */
308c2ecf20Sopenharmony_ci		reg = <0x0 0x80000000 0x0 0x80000000>;
318c2ecf20Sopenharmony_ci	};
328c2ecf20Sopenharmony_ci
338c2ecf20Sopenharmony_ci};
348c2ecf20Sopenharmony_ci
358c2ecf20Sopenharmony_ci&uart3 {
368c2ecf20Sopenharmony_ci	status = "okay";
378c2ecf20Sopenharmony_ci};
38

Indexes created Thu Nov 07 10:32:03 CST 2024