dts: arm: Move rpi_pico under raspberrypi
Follow the wider directory convention of dts/<arch>/<vendor>/<family>. This is foundation work ahead of introducing support for the RP2350. Signed-off-by: Andrew Featherstone <andrew.featherstone@gmail.com>
This commit is contained in:
parent
b775c0d30e
commit
d257460e9d
9 changed files with 8 additions and 8 deletions
|
|
@ -3517,7 +3517,7 @@ Raspberry Pi Pico Platforms:
|
|||
- boards/raspberrypi/
|
||||
- boards/adafruit/kb2040/
|
||||
- boards/sparkfun/pro_micro_rp2040/
|
||||
- dts/arm/rpi_pico/
|
||||
- dts/arm/raspberrypi/rpi_pico/
|
||||
- dts/bindings/*/raspberrypi,pico*
|
||||
- drivers/*/*rpi_pico
|
||||
- drivers/*/*rpi_pico*/
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <rpi_pico/rp2040.dtsi>
|
||||
#include <raspberrypi/rpi_pico/rp2040.dtsi>
|
||||
#include "adafruit_kb2040-pinctrl.dtsi"
|
||||
#include "sparkfun_pro_micro_connector.dtsi"
|
||||
#include <freq.h>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <rpi_pico/rp2040.dtsi>
|
||||
#include <raspberrypi/rpi_pico/rp2040.dtsi>
|
||||
#include "adafruit_qt_py_rp2040-pinctrl.dtsi"
|
||||
#include "seeed_xiao_connector.dtsi"
|
||||
#include <freq.h>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <freq.h>
|
||||
|
||||
#include <rpi_pico/rp2040.dtsi>
|
||||
#include <raspberrypi/rpi_pico/rp2040.dtsi>
|
||||
#include "rpi_pico-pinctrl.dtsi"
|
||||
#include <zephyr/dt-bindings/pwm/pwm.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <rpi_pico/rp2040.dtsi>
|
||||
#include <raspberrypi/rpi_pico/rp2040.dtsi>
|
||||
#include "xiao_rp2040-pinctrl.dtsi"
|
||||
#include "seeed_xiao_connector.dtsi"
|
||||
#include <freq.h>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <rpi_pico/rp2040.dtsi>
|
||||
#include <raspberrypi/rpi_pico/rp2040.dtsi>
|
||||
#include "sparkfun_pro_micro_rp2040-pinctrl.dtsi"
|
||||
#include "sparkfun_pro_micro_connector.dtsi"
|
||||
#include <freq.h>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include <freq.h>
|
||||
|
||||
#include <rpi_pico/rp2040.dtsi>
|
||||
#include <raspberrypi/rpi_pico/rp2040.dtsi>
|
||||
#include "w5500_evb_pico-pinctrl.dtsi"
|
||||
#include <zephyr/dt-bindings/pwm/pwm.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
#include <zephyr/dt-bindings/reset/rpi_pico_reset.h>
|
||||
#include <mem.h>
|
||||
|
||||
#include <arm/rpi_pico/override.dtsi>
|
||||
#include <arm/raspberrypi/rpi_pico/override.dtsi>
|
||||
/*
|
||||
* This value can be overridden at the board level or in an application specific
|
||||
* override.dtsi file.
|
||||
Loading…
Reference in a new issue