blob: b8f16c0b0c08ab398e2f0aa77b81b60ffeb81375 [file] [edit]
// 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;
};
};
chosen {
bootph-all;
};
options {
u-boot {
compatible = "u-boot,config";
boot-led = <&led_blue>;
};
};
leds {
led-red {
default-state = "off";
};
led-green {
default-state = "off";
};
led_blue: led-blue {
default-state = "off";
};
};
};
&clk32 {
bootph-all;
};
&dbgu {
bootph-all;
};
&main_rc {
bootph-all;
};
&main_xtal {
bootph-all;
};
&pinctrl {
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;
};
&watchdog {
timeout-sec = <16>;
};