mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
34 lines
440 B
Text
34 lines
440 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* ABB PGGA 8309 U-Boot specific Device Tree Source parts
|
||
|
*
|
||
|
* Copyright (C) 2020 Heiko Schocher <hs@denx.de>
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
cpus {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
PowerPC,8309@0 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = &serial0;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&qe {
|
||
|
compatible = "fsl,qe", "simple-bus";
|
||
|
};
|
||
|
|
||
|
&soc {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&serial0 {
|
||
|
clock-frequency = <132000000>;
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|