Updates for BSP v5.5.0
[AGL/meta-agl-refhw.git] / meta-agl-refhw-gen3 / conf / machine / agl-refhw-h3.conf
1 # Using H3, needs to be defined before pulling in salvator-x as a base
2 SOC_FAMILY = "r8a7795"
3
4 require conf/machine/salvator-x.conf
5
6 # This is a bit of a hack, we add salvator-x to avoid having to
7 # bbappend various recipes to update COMPATIBLE_MACHINE.  Ideally,
8 # we would want the ordering salvator-x:<machine>, but that is
9 # non-trivial to accomplish and not absolutely necessary for our
10 # expected use.
11 MACHINEOVERRIDES_append = ":salvator-x"
12
13 # Reference hardware has USB3
14 MACHINE_FEATURES_append = " usb3"
15
16 KERNEL_DEVICETREE_append = " renesas/r8a77951-agl-refhw.dtb"