mt8167-pumpkin.dts 376 B

1234567891011121314151617181920
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (c) 2020 BayLibre, SAS.
  4. * Author: Fabien Parent <[email protected]>
  5. */
  6. /dts-v1/;
  7. #include "mt8167.dtsi"
  8. #include "pumpkin-common.dtsi"
  9. / {
  10. model = "Pumpkin MT8167";
  11. compatible = "mediatek,mt8167-pumpkin", "mediatek,mt8167";
  12. memory@40000000 {
  13. device_type = "memory";
  14. reg = <0 0x40000000 0 0x80000000>;
  15. };
  16. };