1.同步一次rtos设备树

This commit is contained in:
payton 2023-09-26 16:01:26 +08:00
parent f4ebd916ee
commit d3072e9b6c
3 changed files with 6 additions and 2 deletions

View File

@ -24,6 +24,6 @@
/ { / {
display { type = "lcd"; lcd_ctrl = <1>; sif_channel = <4>; gpio_cs = <P_GPIO(7)>; gpio_clk = <P_GPIO(8)>; gpio_data = <P_GPIO(9)>; }; display { type = "lcd"; lcd_ctrl = <1>; sif_channel = <4>; gpio_cs = <P_GPIO(7)>; gpio_clk = <P_GPIO(8)>; gpio_data = <P_GPIO(9)>; };
logo { enable = <0>; lcd_type = <PINMUX_LCD_SEL_SERIAL_RGB_6BITS>; lcd_rotate = <270>; lcd_reset = <L_GPIO(1)>; lcd_bl_gpio = <P_GPIO(11) 1>; lcd_power = <P_GPIO(8) 1>;}; logo { enable = <1>; lcd_type = <PINMUX_LCD_SEL_SERIAL_RGB_6BITS>; lcd_rotate = <270>; lcd_reset = <L_GPIO(1)>; lcd_bl_gpio = <S_GPIO(3) 1>; lcd_power = <P_GPIO(8) 1>;};
}; };

View File

@ -199,7 +199,7 @@
*/ */
pgpio10{gpio_config = <P_GPIO(10) 0>;}; /* busy led */ pgpio10{gpio_config = <P_GPIO(10) 0>;}; /* busy led */
sgpio3{gpio_config = <S_GPIO(3) 0>;}; /* backlight */ sgpio3{gpio_config = <S_GPIO(3) 1>;}; /* backlight */
}; };

View File

@ -511,4 +511,8 @@
pll11{pll_config = <11 0 0>;}; pll11{pll_config = <11 0 0>;};
pll12{pll_config = <12 0 1>;}; pll12{pll_config = <12 0 1>;};
}; };
cg_keeper@0 {
keeper0{ keeper_name = "f0800000.ide"; };
keeper1{ keeper_name = "f0800000.ideif"; };
};
}; };