edk2-msm8916/basic.dts
Ivaylo Ivanov c75269db6e initial bringup
Signed-off-by: Ivaylo Ivanov <ivo.ivanov@null.net>
2021-09-01 15:27:03 +03:00

25 lines
600 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-only
/dts-v1/;
/ {
// This is used by the bootloader to find the correct DTB
qcom,msm-id = <206 0>; // qcom,msm-id = <247 0>; for APQ8016
qcom,board-id = <0xCE08FF01 5>; /* FIXME: Check your downstream device tree */
model = "Samsung Galaxy J5 2015"; // FIXME
compatible = "samsung,j500f", "qcom,msm8916"; // FIXME
#address-cells = <2>;
#size-cells = <2>;
// The bootloader gets really sad if it cannot find those nodes
chosen { };
memory@0 {
device_type = "memory";
/* We expect the bootloader to fill in the reg */
reg = <0 0 0 0>;
};
};