093f34927b
This commit adds compatible strings to the SoC nodes from the ST family. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
14 lines
200 B
Plaintext
14 lines
200 B
Plaintext
/*
|
|
* Copyright (c) 2022 Tomislav Milkovic
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <st/l4/stm32l496.dtsi>
|
|
|
|
/ {
|
|
soc {
|
|
compatible = "st,stm32l4a6", "st,stm32l4", "simple-bus";
|
|
};
|
|
};
|