mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
8c103c33fb
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
79 lines
776 B
Text
79 lines
776 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* at91-sam9x60_curiosity-u-boot.dtsi - Device Tree Include file for SAM9X60
|
|
* CURIOSITY.
|
|
*
|
|
* Copyright (C) 2022 Microchip Technology Inc. and its subsidiaries
|
|
*
|
|
* Author: Durai Manickam KR <durai.manickamkr@microchip.com>
|
|
*/
|
|
|
|
/ {
|
|
ahb {
|
|
bootph-all;
|
|
|
|
apb {
|
|
bootph-all;
|
|
|
|
pinctrl {
|
|
bootph-all;
|
|
};
|
|
};
|
|
};
|
|
|
|
chosen {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&clk32 {
|
|
bootph-all;
|
|
};
|
|
|
|
&dbgu {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_rc {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_xtal {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_dbgu {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_sdhci0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&pioA {
|
|
bootph-all;
|
|
};
|
|
|
|
&pioB {
|
|
bootph-all;
|
|
};
|
|
|
|
&pit64b0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&pmc {
|
|
bootph-all;
|
|
};
|
|
|
|
&sdhci0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&slow_rc_osc {
|
|
bootph-all;
|
|
};
|
|
|
|
&slow_xtal {
|
|
bootph-all;
|
|
};
|