mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
81 lines
761 B
Text
81 lines
761 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
/* Copyright (C) 2022 Denx Software Engineering GmbH
|
||
|
* Philip Oberfichtner <pro@denx.de>
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = &uart2;
|
||
|
};
|
||
|
|
||
|
soc {
|
||
|
u-boot,dm-spl;
|
||
|
|
||
|
bus@2000000 {
|
||
|
u-boot,dm-spl;
|
||
|
|
||
|
spba-bus@2000000 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
bus@2100000 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
bootcount {
|
||
|
compatible = "u-boot,bootcount-pmic";
|
||
|
pmic = <&pmic>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&uart2 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&usdhc2 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&usdhc4 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&gpio1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&gpio2 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&gpio3 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&gpio4 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&gpio5 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&gpio6 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&gpio7 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&wdog1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|