dts: arm: nxp: ke1xf: rename nodelabels to match SoC docs

Have nodelabels match the SoC docs so when a nodelabel reference is
made in the code its easier to relate to the SoC.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-04-15 14:48:51 -05:00 committed by Maureen Helm
commit a754ea370d
8 changed files with 73 additions and 73 deletions

View file

@ -31,16 +31,16 @@
blue-pwm-led = &tri_blue_pwm_led;
sw0 = &user_button_3;
sw1 = &user_button_2;
can-primary = &can0;
can-primary = &flexcan0;
};
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,code-partition = &slot0_partition;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,uart-pipe = &uart0;
zephyr,console = &lpuart0;
zephyr,shell-uart = &lpuart0;
zephyr,uart-pipe = &lpuart0;
};
leds {
@ -79,32 +79,32 @@
pwmleds {
compatible = "pwm-leds";
orange_pwm_led: led_pwm_0 {
pwms = <&pwm3 7 60000 PWM_POLARITY_INVERTED>;
pwms = <&ftm3 7 60000 PWM_POLARITY_INVERTED>;
label = "User PWM LED D9";
};
yellow_pwm_led: led_pwm_1 {
pwms = <&pwm3 6 60000 PWM_POLARITY_INVERTED>;
pwms = <&ftm3 6 60000 PWM_POLARITY_INVERTED>;
label = "User PWM LED D8";
};
green_pwm_led: led_pwm_2 {
pwms = <&pwm3 5 60000 PWM_POLARITY_INVERTED>;
pwms = <&ftm3 5 60000 PWM_POLARITY_INVERTED>;
label = "User PWM LED D7";
};
red_pwm_led: led_pwm_3 {
pwms = <&pwm3 4 60000 PWM_POLARITY_INVERTED>;
pwms = <&ftm3 4 60000 PWM_POLARITY_INVERTED>;
label = "User PWM LED D6";
};
tri_red_pwm_led: led_pwm_4 {
pwms = <&pwm0 1 60000 PWM_POLARITY_INVERTED>;
pwms = <&ftm0 1 60000 PWM_POLARITY_INVERTED>;
label = "User Tricolor PWM LED D5 (Red)";
};
tri_green_pwm_led: led_pwm_5 {
pwms = <&pwm0 0 60000 PWM_POLARITY_INVERTED>;
pwms = <&ftm0 0 60000 PWM_POLARITY_INVERTED>;
label = "User Tricolor PWM LED D5 (Green)";
};
tri_blue_pwm_led: led_pwm_6 {
pwms = <&pwm0 5 60000 PWM_POLARITY_INVERTED>;
pwms = <&ftm0 5 60000 PWM_POLARITY_INVERTED>;
label = "User Tricolor PWM LED D5 (Blue)";
};
};
@ -155,20 +155,20 @@
clkout-source = <KINETIS_SCG_CLKOUT_SRC_FIRC>;
};
&uart0 {
&lpuart0 {
status = "okay";
current-speed = <115200>;
};
&pwm0 {
&ftm0 {
status = "okay";
};
&pwm3 {
&ftm3 {
status = "okay";
};
&i2c0 {
&lpi2c0 {
status = "okay";
fxos8700: fxos8700@1d {
@ -179,15 +179,15 @@
};
};
&i2c1 {
&lpi2c1 {
status = "okay";
};
&spi0 {
&lpspi0 {
status = "okay";
};
&spi1 {
&lpspi1 {
status = "okay";
};
@ -200,7 +200,7 @@
status = "okay";
};
&can0 {
&flexcan0 {
status = "okay";
bus-speed = <125000>;
};