15 lines
365 B
BlitzBasic
15 lines
365 B
BlitzBasic
# Copyright (C) 2023 Vincent BENOIT <vincent.benoit@scle.fr>
|
|
# Release under the MIT license (see COPYING.MIT for the terms)
|
|
SUMMARY = "Device Tree for Silica Pengwyn Board"
|
|
LICENSE = "CLOSED"
|
|
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
|
|
|
inherit devicetree
|
|
|
|
SRC_URI += " \
|
|
file://am335x-pengwyn.dts \
|
|
"
|
|
|
|
COMPATIBLE_MACHINE = "pengwyn"
|