u-boot/arch/arm/dts/sam9x60ek-u-boot.dtsi
Simon Glass 8c103c33fb dm: dts: Convert driver model tags to use new schema
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>
2023-02-14 09:43:26 -07:00

81 lines
708 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* sam9x60-u-boot.dts - Device Tree file for SAM9X60 SoC.
*
* Copyright (C) 2019 Microchip Technology Inc. and its subsidiaries
*/
/ {
chosen {
bootph-all;
};
ahb {
bootph-all;
apb {
bootph-all;
pinctrl {
bootph-all;
};
};
};
};
&clk32 {
bootph-all;
};
&dbgu {
bootph-all;
};
&main_rc {
bootph-all;
};
&main_xtal {
bootph-all;
};
&pinctrl_dbgu {
bootph-all;
};
&pinctrl_sdhci0 {
bootph-all;
};
&pinctrl_qspi {
bootph-all;
};
&pioA {
bootph-all;
};
&pioB {
bootph-all;
};
&pmc {
bootph-all;
};
&qspi {
bootph-all;
};
&sdhci0 {
bootph-all;
};
&slow_xtal {
bootph-all;
};
&slow_rc_osc {
bootph-all;
};