boards: Add sdhc0 alias for testing purposes

Add 'sdhc0' alias that points to SDHC controller to use for testing
purposes.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-07-13 09:40:10 -05:00 committed by Carles Cufí
commit a5d16f32fc
14 changed files with 14 additions and 0 deletions

View file

@ -31,6 +31,7 @@
aliases {
led0 = &led0;
sdhc0 = &sdhc0;
};
};

View file

@ -86,6 +86,7 @@
sw3 = &button4;
mcuboot-button0 = &button1;
mcuboot-led0 = &led1;
sdhc0 = &sdhc0;
};
};

View file

@ -26,6 +26,7 @@
pwm-0 = &sc_timer;
pwm-led0 = &red_pwm_led;
red-pwm-led = &red_pwm_led;
sdhc0 = &sdhc0;
};
chosen {

View file

@ -16,6 +16,7 @@
aliases {
led0 = &green_led;
sw0 = &user_button;
sdhc0 = &usdhc1;
};
chosen {

View file

@ -18,6 +18,7 @@
sw0 = &user_button;
watchdog0 = &wdog0;
magn0 = &fxos8700;
sdhc0 = &usdhc1;
};
chosen {

View file

@ -19,6 +19,7 @@
kscan0 = &touch_controller;
watchdog0 = &wdog0;
magn0 = &fxos8700;
sdhc0 = &usdhc1;
};
chosen {

View file

@ -18,6 +18,7 @@
sw0 = &user_button;
kscan0 = &touch_controller;
watchdog0 = &wdog0;
sdhc0 = &usdhc1;
};
chosen {

View file

@ -19,6 +19,7 @@
sw0 = &user_button;
kscan0 = &touch_controller;
watchdog0 = &wdog0;
sdhc0 = &usdhc1;
};
chosen {

View file

@ -11,6 +11,7 @@
led0 = &green_led;
sw0 = &user_button;
magn0 = &fxos8700;
sdhc0 = &usdhc1;
};
leds {

View file

@ -11,6 +11,7 @@
led0 = &green_led;
sw0 = &user_button;
magn0 = &fxos8700;
sdhc0 = &usdhc1;
};
leds {

View file

@ -17,6 +17,7 @@
led0 = &green_led;
led1 = &red_led;
led2 = &blue_led;
sdhc0 = &usdhc1;
};
chosen {

View file

@ -17,6 +17,7 @@
led0 = &green_led;
led1 = &red_led;
led2 = &blue_led;
sdhc0 = &usdhc1;
};
chosen {

View file

@ -51,6 +51,7 @@
led0 = &green_led_1;
led1 = &yellow_led_2;
sw0 = &user_button;
sdhc0 = &sdhc0;
};
};

View file

@ -10,6 +10,7 @@
zephyr,shell-uart = &usart0;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
sdhc0 = &sdhc0;
};
leds {