2023-03-31 19:57:56 +02:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2023 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <intel/intel_ish5.dtsi>
|
|
|
|
|
|
|
|
&hpet {
|
|
|
|
interrupts = <17 IRQ_TYPE_FIXED_LEVEL_HIGH 2>;
|
|
|
|
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
interrupts = <28 IRQ_TYPE_LOWEST_EDGE_RISING 6>;
|
|
|
|
|
|
|
|
status = "okay";
|
|
|
|
};
|
2023-07-31 15:18:53 +02:00
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
interrupts = <18 IRQ_TYPE_LOWEST_LEVEL_HIGH 2>;
|
|
|
|
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c1 {
|
|
|
|
interrupts = <19 IRQ_TYPE_LOWEST_LEVEL_HIGH 2>;
|
|
|
|
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c2 {
|
|
|
|
interrupts = <20 IRQ_TYPE_LOWEST_LEVEL_HIGH 2>;
|
|
|
|
|
|
|
|
status = "disabled";
|
|
|
|
};
|
2023-08-29 10:08:42 +02:00
|
|
|
|
|
|
|
&gpio0 {
|
|
|
|
interrupts = <16 IRQ_TYPE_LOWEST_LEVEL_HIGH 2>;
|
|
|
|
|
|
|
|
status = "okay";
|
|
|
|
};
|
2023-09-27 04:36:32 +02:00
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
interrupts = <23 IRQ_TYPE_LOWEST_LEVEL_HIGH 2>;
|
|
|
|
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi1 {
|
|
|
|
interrupts = <24 IRQ_TYPE_LOWEST_LEVEL_HIGH 2>;
|
|
|
|
|
|
|
|
status = "disabled";
|
|
|
|
};
|